-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
74 lines (73 loc) · 2.73 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
64
65
66
67
68
69
70
71
72
73
74
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
appdirs==1.4.4
asgiref==3.5.2; python_version >= '3.7'
astroid==2.11.7; python_full_version >= '3.6.2'
async-timeout==4.0.2; python_version >= '3.6'
attrs==22.1.0; python_version >= '3.5'
backports.zoneinfo==0.2.1; python_version < '3.9'
black==18.9b0
boto3==1.24.42
botocore==1.27.42; python_version >= '3.7'
certifi==2022.6.15; python_version >= '3.6'
charset-normalizer==2.1.0; python_version >= '3.6'
click==8.1.3; python_version >= '3.7'
coreapi==2.3.3
coreschema==0.0.4
deprecated==1.2.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
dill==0.3.5.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
dj-database-url==1.0.0
django-cors-headers==3.13.0
django-debug-toolbar==3.5.0
django-environ==0.9.0
django-filter==22.1
django-heroku==0.3.1
django-redis==5.2.0
django-storages==1.12.3
django==4.0.6
djangorestframework-simplejwt==5.2.0
djangorestframework==3.13.1
drf-yasg2==1.19.4
flake8==5.0.2
gunicorn==20.1.0
idna==3.3; python_version >= '3.5'
inflection==0.5.1; python_version >= '3.5'
isort==5.10.1
itypes==1.2.0
jinja2==3.1.2; python_version >= '3.7'
jmespath==1.0.1; python_version >= '3.7'
lazy-object-proxy==1.7.1; python_version >= '3.6'
markupsafe==2.1.1; python_version >= '3.7'
mccabe==0.7.0; python_version >= '3.6'
packaging==21.3; python_version >= '3.6'
pillow==9.2.0
platformdirs==2.5.2; python_version >= '3.7'
psycopg2==2.9.3
pycodestyle==2.9.0; python_version >= '3.6'
pyflakes==2.5.0; python_version >= '3.6'
pyjwt==2.4.0; python_version >= '3.6'
pylint==2.14.5
pyparsing==3.0.9; python_full_version >= '3.6.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2022.1
redis==4.3.4; python_version >= '3.6'
requests==2.28.1; python_version >= '3'
ruamel.yaml.clib==0.2.6; python_version < '3.11' and platform_python_implementation == 'CPython'
ruamel.yaml==0.17.21; python_version >= '3'
s3transfer==0.6.0; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.2; python_version >= '3.5'
stripe==3.5.0
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==2.0.1; python_version < '3.11'
tomlkit==0.11.1; python_version >= '3.6' and python_version < '4'
typing-extensions==4.3.0; python_version < '3.10'
uritemplate==4.1.1; python_version >= '3.6'
urllib3==1.26.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
whitenoise==6.2.0
wrapt==1.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'