forked from mtnbarreto/flask-base-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
29 lines (29 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
Flask==2.0.1
Flask-SQLAlchemy==2.5.1
Flask-Testing==0.8.1
coverage==5.5
gunicorn==20.1.0
Flask-Migrate==3.1.0
Flask-Mail==0.9.1
alembic==1.7.1
click==7.1.2
SQLAlchemy==1.4.23
itsdangerous==2.0.1
Jinja2==3.0.1 # 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.0.1 # Safely add untrusted strings to HTML/XML markup.
psycopg2-binary==2.9.1 # 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.0.1 # The comprehensive WSGI web application library.
flask-bcrypt==0.7.1 # Brcrypt hashing for Flask.
pyjwt==2.1.0 # JSON Web Token implementation in Python
celery==5.1.2 # Distributed Task Queue.
redis==3.5.3 # 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