forked from salma-nyagaka/fastfoodfastapi-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
52 lines (52 loc) · 868 Bytes
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
alembic==1.0.0
aniso8601==3.0.2
astroid==2.0.4
atomicwrites==1.2.1
attrs==18.2.0
certifi==2018.8.24
chardet==3.0.4
click==6.7
coverage==4.5.1
coveralls==1.5.0
docopt==0.6.2
Flask==1.0.2
Flask-API==1.0
Flask-CLI==0.4.0
Flask-JWT==0.3.2
Flask-JWT-Extended==3.12.1
Flask-Migrate==2.2.1
Flask-RESTful==0.3.6
Flask-SQLAlchemy==2.3.2
Flask-Testing==0.7.1
gunicorn==19.9.0
idna==2.7
isort==4.3.4
itsdangerous==0.24
Jinja2==2.10
lazy-object-proxy==1.3.1
Mako==1.0.7
MarkupSafe==1.0
mccabe==0.6.1
more-itertools==4.3.0
nose==1.3.7
pathlib2==2.3.2
pipenv==2018.7.1
pluggy==0.7.1
psycopg2==2.7.5
py==1.6.0
PyJWT==1.4.2
pylint==2.1.1
pytest==3.8.0
python-dateutil==2.7.3
python-dotenv==0.9.1
python-editor==1.0.3
pytz==2018.5
requests==2.19.1
six==1.11.0
SQLAlchemy==1.2.11
typed-ast==1.1.0
urllib3==1.23
virtualenv==16.0.0
virtualenv-clone==0.3.0
Werkzeug==0.14.1
wrapt==1.10.11