-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathrequirements.txt
30 lines (29 loc) · 1.01 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple/
amqp==2.6.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
babel==2.9.1
billiard==3.6.4.0
blinker==1.4
celery==4.3.0
click==8.0.3; python_version >= '3.6'
dataclasses==0.8; python_version < '3.7'
flask-mail==0.9.1
flask==1.1.1
flower==0.9.3
importlib-metadata==4.8.1; python_version < '3.8'
itsdangerous==2.0.1; python_version >= '3.6'
jinja2==3.0.2; python_version >= '3.6'
kombu==4.6.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
markupsafe==2.0.1; python_version >= '3.6'
pytz==2021.3
redis==3.3.11
tornado==5.1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
typing-extensions==3.10.0.2; python_version < '3.8'
vine==1.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
werkzeug==2.0.2; python_version >= '3.6'
zipp==3.6.0; python_version >= '3.6'