forked from Eth-Crowdfund/eth_crowdfund_be
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
59 lines (59 loc) · 1.05 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
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
alembic==1.4.3
aniso8601==8.0.0
appdirs==1.4.4
astroid==2.4.2
attrs==20.2.0
autopep8==1.5.4
certifi==2020.6.20
chardet==3.0.4
click==7.1.2
coverage==5.2.1
distlib==0.3.1
filelock==3.0.12
Flask==1.1.2
Flask-Cors==3.0.9
Flask-Migrate==2.5.3
# Editable install with no version control (Flask-RESTful==0.3.8)
-e /usr/local/lib/python3.8/site-packages
Flask-Script==2.0.6
Flask-SQLAlchemy==2.4.4
gunicorn==20.0.4
idna==2.10
iniconfig==1.0.1
isort==5.4.2
itsdangerous==1.1.0
Jinja2==2.11.2
lazy-object-proxy==1.4.3
Mako==1.1.3
MarkupSafe==1.1.1
marshmallow==3.7.1
mccabe==0.6.1
more-itertools==8.5.0
numpy==1.19.1
packaging==20.4
pluggy==0.13.1
psycopg2==2.8.5
py==1.9.0
pycodestyle==2.6.0
pylint==2.6.0
pylint-flask==0.6
pylint-plugin-utils==0.6
pyparsing==2.4.7
pytest==6.0.1
pytest-cov==2.10.1
python-dateutil==2.8.1
python-dotenv==0.14.0
python-editor==1.0.4
python-http-client==3.3.1
pytz==2020.1
requests==2.24.0
schedule==0.6.0
sendgrid==6.4.6
six==1.15.0
SQLAlchemy==1.3.19
starkbank-ecdsa==1.1.0
toml==0.10.1
urllib3==1.25.10
virtualenv==20.0.31
Werkzeug==1.0.1
wrapt==1.12.1