-
Notifications
You must be signed in to change notification settings - Fork 9
/
requirements.txt
63 lines (63 loc) · 1.1 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
60
61
62
63
alembic==1.7.4
attrs==21.2.0
bcrypt==3.2.0
black==21.9b0
cachelib==0.4.1
certifi==2021.10.8
cffi==1.15.0
chardet==4.0.0
charset-normalizer==2.0.7
click==8.0.3
colorclass==2.2.0
coverage==6.0.2
datetime==4.3
docopt==0.6.2
Flask==2.0.2
Flask-Bcrypt==0.7.1
Flask-Cors==3.0.10
Flask-Login==0.5.0
Flask-Migrate==3.1.0
Flask-QRcode==3.0.0
Flask-Session==0.4.0
Flask-SQLAlchemy==2.5.1
greenlet==1.1.2
gunicorn==20.1.0; python_version >= "3.4" # is this needed?
idna==3.3
iniconfig==1.1.1
itsdangerous==2.0.1
Jinja2==3.0.2
Mako==1.1.5
MarkupSafe==2.0.1
mypy-extensions==0.4.3
numpy==1.21.3
packaging==21.0
pathspec==0.9.0
Pillow==8.4.0
pip-upgrader==1.4.15
platformdirs==2.4.0
pluggy==1.0.0
psycopg2==2.9.2
py==1.10.0
pycparser==2.20
PyJWT==2.3.0
pyparsing==3.0.1
pytest==6.2.5
pytest-cov==3.0.0
pytest-mock==3.6.1
python-dateutil==2.8.2
python-dotenv==0.19.1
python-editor==1.0.4
pytz==2021.3
qrcode==7.3.1
regex==2021.10.23
requests==2.26.0
six==1.16.0
SQLAlchemy==1.4.26
terminaltables==3.1.0
toml==0.10.2
tomli==1.2.2
typing-extensions==3.10.0.2
upgrade-requirements==1.7.0
urllib3==1.26.7
Werkzeug==2.0.2
zope.interface==5.4.0