generated from biancarosa/flask-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
25 lines (24 loc) · 1019 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.python.org/simple
asgiref==3.5.0
asyncio==3.4.3
click==8.1.2; python_version >= '3.7'
flask-sqlalchemy==2.5.1
flask[async]==2.3.3
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')))))
gunicorn==20.1.0
importlib-metadata==4.11.4; python_version < '3.10'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.3; python_version >= '3.7'
markupsafe==2.1.1; python_version >= '3.7'
newrelic==7.10.0.175
psycopg2-binary==2.9.3
setuptools==62.3.3; python_version >= '3.7'
sqlalchemy==1.4.35; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
werkzeug==2.1.1; python_version >= '3.7'
zipp==3.8.0; python_version >= '3.7'