-
-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathrequirements.txt
More file actions
89 lines (66 loc) · 1.3 KB
/
requirements.txt
File metadata and controls
89 lines (66 loc) · 1.3 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
Flask==3.1.3
jinja2==3.1.6
Werkzeug>=3.1.0,<4
requests==2.32.4
gunicorn
cryptography==46.0.5
# Flask Extensions
Flask-Assets>=0.12,<2.2.0
# Branch that contains a Unicode bug fix - use until https://github.com/miracle2k/webassets/pull/482 is published
webassets==2.0
Flask-Caching>=1.3.3
Flask-Login==0.6.3
Flask-DebugToolbar==0.16.0
Flask-Script==2.0.6
Flask-WTF==1.2.2
wtforms[email]
# OAuth
Flask-Dance[sqla]
Flask-RESTful==0.3.10
Flask-Testing>=0.6.2,<1.0
Flask-SocketIO>=3.1.0 # Realtime Websockets
python-engineio>=3.0.0 # Needed to fix startup error
Flask-Mail
Flask-Limiter==3.11.0
# Admin
Flask-Admin==1.6.1
# Database
pymysql==1.1.1
psycopg2-binary
sqlalchemy==2.0.46
sqlalchemy-utils==0.41.2 # Provides extra datatypes
# Timezones
pytz
arrow
# Email
pynliner<1.0
# File Storage
flask-cloudy
fasteners
# Flask DB Extensions
Flask-SQLAlchemy==3.1.1
Flask-SQLAlchemy-Cache==0.1.5
Flask-Migrate==4.1.0
# Caching
redis==4.4.4
# Job Queue
Flask-RQ2==18.3
rq==1.11.1
rq-dashboard==0.8.6
# Billing
stripe==6.0.0
# For 3.11 and higher, setuptools is required to not get import errors on RQ2
setuptools>=65,<81
# Error Tracking
sentry-sdk[flask]>=2.0,<3
# Other
itsdangerous==2.2.0
cssmin==0.2.0
jsmin==3.0.1
hashids==1.3.1
humanize==4.4.0
# Testing
pytest==8.2.0
pytest-cov==4.0.0
mccabe==0.7.0
flake8==6.0.0