-
Notifications
You must be signed in to change notification settings - Fork 32
/
requirements.txt
38 lines (37 loc) · 1.62 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
alembic==1.7.3; python_version >= '3.6'
aniso8601==9.0.1; python_version >= '3.5'
attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
bcrypt==3.2.0; python_version >= '3.6'
cffi==1.14.6
click==8.0.1; python_version >= '3.6'
flask-bcrypt==0.7.1
flask-cors==3.0.10
flask-jwt-extended==4.3.0
flask-marshmallow==0.14.0
flask-migrate==3.1.0
flask-restx==0.5.1
flask-sqlalchemy==2.5.1
flask==2.0.1; python_version >= '3.6'
greenlet==1.1.2; python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
itsdangerous==2.0.1; python_version >= '3.6'
jinja2==3.0.1; python_version >= '3.6'
jsonschema==4.0.1; python_version >= '3.7'
mako==1.1.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
markupsafe==2.0.1; python_version >= '3.6'
marshmallow-sqlalchemy==0.26.1
marshmallow==3.13.0; python_version >= '3.5'
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyjwt==2.1.0; python_version >= '3.6'
pyrsistent==0.18.0; python_version >= '3.6'
python-dotenv==0.19.0
pytz==2021.1
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==1.4.25; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
werkzeug==2.0.1; python_version >= '3.6'