Skip to content

Commit e37df14

Browse files
committed
added requirements.txt
1 parent d7cdee6 commit e37df14

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

requirements.txt

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
pycparser==2.19
2+
Flask~=1.1.1
3+
Flask-Limiter~=1.0.1
4+
Flask-Script~=2.0.6
5+
Flask-SQLAlchemy~=2.4
6+
Flask-Migrate~=2.5
7+
Flask-Login~=0.4
8+
Flask-Scrypt~=0.1.3
9+
flask-jwt-extended~=3.23.0
10+
flask-celeryext~=0.3
11+
omise~=0.8.1
12+
requests-oauthlib~=1.2
13+
icalendar~=4.0.3
14+
requests[security]~=2.22
15+
psycopg2-binary~=2.8.3
16+
SQLAlchemy-Utils~=0.34.2
17+
itsdangerous~=1.1
18+
humanize~=0.5.1
19+
celery~=4.3
20+
redis~=3.3
21+
apscheduler~=3.6.1
22+
pillow~=6.1.0
23+
amqp~=2.5
24+
gunicorn~=19.9
25+
boto~=2.49
26+
geoip2~=2.9.0
27+
SQLAlchemy-Continuum~=1.3.9
28+
arrow~=0.15.1
29+
unicode-slugify~=0.1
30+
bleach~=3.1
31+
stripe~=2.36.1
32+
xhtml2pdf~=0.2
33+
flask-caching~=1.4
34+
forex-python~=1.5
35+
pycryptodome~=3.9.0
36+
oauth2~=1.9
37+
qrcode~=6.1
38+
python-magic~=0.4
39+
python-dotenv~=0.10.3
40+
python-geoip~=1.2
41+
marrow.mailer~=4.0
42+
flask-cors~=3.0.8
43+
python-pentabarf-xml==0.19 # leave versions untouched.
44+
python-geoip-geolite2
45+
pycountry
46+
pytz
47+
diff-match-patch
48+
blinker~=1.4
49+
envparse~=0.2
50+
-e git+https://github.com/fossasia/flask-rest-jsonapi.git@shubhamp-master#egg=flask-rest-jsonapi
51+
wtforms~=2.2
52+
flask-admin~=1.5
53+
google-compute-engine~=2.8
54+
factory_boy~=2.12
55+
sentry-sdk[flask]~=0.11
56+
healthcheck~=1.3
57+
elasticsearch-dsl~=7.0
58+
flask-redis~=0.4
59+
SQLAlchemy~=1.3.8
60+
Flask-Elasticsearch~=0.2
61+
paypalrestsdk~=1.13
62+
eventlet~=0.25
63+
pyyaml~=5.1
64+
sendgrid~=6.0

0 commit comments

Comments
 (0)