-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements_pythonanywhere.txt
More file actions
92 lines (66 loc) · 1.69 KB
/
requirements_pythonanywhere.txt
File metadata and controls
92 lines (66 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# PythonAnywhere için gerekli paketler
# Bu dosya PythonAnywhere'de çalıştırılacak
# Flask ve temel paketler
Flask==2.3.3
python-dotenv==1.0.0
Werkzeug==2.3.7
# HTTP istekleri için
requests==2.31.0
urllib3==2.0.7
# Twitter API için
tweepy==4.14.0
# Web scraping için
beautifulsoup4==4.12.2
lxml==4.9.3
# Email gönderimi için
secure-smtplib==0.1.5
# JSON işlemleri için (Python'da built-in, ama güvenlik için)
jsonschema==4.19.2
# Hash ve güvenlik için (Python'da built-in)
cryptography==41.0.7
# Dosya işlemleri için
Pillow==10.0.1
# Logging için (Python'da built-in, ama gelişmiş özellikler için)
colorlog==6.7.0
# Tarih/saat işlemleri için (Python'da built-in, ama gelişmiş özellikler için)
python-dateutil==2.8.2
# URL işlemleri için (Python'da built-in, ama güvenlik için)
validators==0.22.0
# Markdown işlemleri için
markdown==3.5.1
# CSV işlemleri için (Python'da built-in, ama gelişmiş özellikler için)
pandas==2.1.1
# Matematik işlemleri için
numpy==1.24.3
# Web framework ek paketleri
Flask-Login==0.6.3
Flask-WTF==1.1.1
WTForms==3.0.1
# Güvenlik için
Flask-Talisman==1.1.0
Flask-SeaSurf==1.1.1
# Cache için
Flask-Caching==2.1.0
# Session yönetimi için
Flask-Session==0.5.0
# API rate limiting için
Flask-Limiter==3.5.0
# CORS için
Flask-CORS==4.0.0
# Debug toolbar için (sadece development)
Flask-DebugToolbar==0.13.1
# Database için (opsiyonel)
SQLAlchemy==2.0.23
Flask-SQLAlchemy==3.0.5
# Background tasks için
celery==5.3.4
# Monitoring için
sentry-sdk[flask]==1.38.0
# Performance için
gunicorn==21.2.0
gevent==23.9.1
# Development tools (sadece development ortamında)
pytest==7.4.3
pytest-flask==1.3.0
black==23.11.0
flake8==6.1.0