-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
34 lines (33 loc) · 1.15 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple/
aiohttp==3.8.1; python_version >= '3.6'
aiosignal==1.2.0; python_version >= '3.6'
asgiref==3.5.0; python_version >= '3.7'
async-timeout==4.0.2; python_version >= '3.6'
asynctest==0.13.0; python_version < '3.8'
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
certifi==2021.10.8
chardet==3.0.4
charset-normalizer==2.0.11; python_version >= '3.5'
django-environ==0.4.5
django==3.1.14
frozenlist==1.3.0; python_version >= '3.7'
gunicorn==20.0.4
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
multidict==6.0.2; python_version >= '3.7'
psycopg2-binary==2.8.6
pytz==2021.3
requests==2.24.0
sentry-sdk==0.19.2
setuptools==60.8.2; python_version >= '3.7'
slackclient==2.9.3
sqlparse==0.4.2; python_version >= '3.5'
typing-extensions==4.0.1; python_version < '3.8'
urllib3==1.25.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
whitenoise==5.2.0
yarl==1.7.2; python_version >= '3.6'