-
Notifications
You must be signed in to change notification settings - Fork 25
/
requirements.txt
30 lines (30 loc) · 1.7 KB
/
requirements.txt
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
Flask==2.3.2
Flask-SQLAlchemy==3.0.3
Flask-Testing==0.8.1
coverage==7.2.5
gunicorn==20.1.0
Flask-Migrate==4.0.4
Flask-Mail==0.9.1
alembic==1.10.4
SQLAlchemy==2.0.12
itsdangerous==2.1.2
Jinja2==3.1.2 # A very fast and expressive template engine.
Mako==1.1.5 # A super-fast templating language that borrows the best ideas from the existing templating languages. https://pypi.org/project/Mako/
MarkupSafe==2.1.1 # Safely add untrusted strings to HTML/XML markup.
psycopg2-binary==2.9.6 # psycopg2 - Python-PostgreSQL Database Adapte
python-dateutil==2.8.2 # Extensions to the standard Python datetime module
python-editor==1.0.4 # Programmatically open an editor, capture the result.
six==1.16.0 # Python 2 and 3 compatibility utilities
Werkzeug==2.3.3 # The comprehensive WSGI web application library.
flask-bcrypt==1.0.1 # Brcrypt hashing for Flask.
pyjwt==2.6.0 # JSON Web Token implementation in Python
celery==5.2.7 # Distributed Task Queue.
redis==4.5.5 # Python client for Redis key-value store
twilio==7.2.0 # Twilio API client and TwiML generator
flask-cors==3.0.10 # A Flask extension adding a decorator for CORS (Cross Origin Resource Sharing) support
raven==6.10.0 # Raven is a client for Sentry (https://getsentry.com)
facepy==1.0.12 # Facepy makes it really easy to use Facebook's Graph API
pyfcm==1.5.4 # Python client for FCM - Firebase Cloud Messaging (Android, iOS and Web)
flask-accept==0.0.6 # Custom Accept header routing support for Flask
orjson==3.8.12
google-auth==2.19.0