-
Notifications
You must be signed in to change notification settings - Fork 28
/
Pipfile
79 lines (76 loc) · 1.7 KB
/
Pipfile
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
75
76
77
78
79
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
autopep8 = "*"
[packages]
django-crispy-forms = ">=1.9.2"
django-countries = ">=6.1.3"
django-filter = ">=2.4.0"
django-allauth = ">=0.42.0"
django-autoslug = ">=1.9.8"
pylint-django = "*"
django-cleanup = ">=5.1.0"
django-pwa = ">=1.0.10"
django-storages = ">=1.10.1"
boto3 = ">=1.15.16"
psycopg2 = ">=2.8.6"
gunicorn = ">=20.0.4"
asgiref = ">=3.2.10"
astroid = ">=2.4.2"
botocore = ">=1.18.16"
cachetools = ">=4.1.1"
cement = ">=2.8.2"
certifi = ">=2020.6.20"
cffi = ">=1.14.3"
chardet = ">=3.0.4"
colorama = ">=0.4.3"
cryptography = ">=3.1"
defusedxml = ">=0.6.0"
dj-database-url = ">=0.5.0"
django-heroku = ">=0.3.1"
django-rest-auth = ">=0.9.5"
django-rest-knox = ">=4.1.0"
djangorestframework = ">=3.11.1"
docutils = ">=0.15.2"
future = ">=0.16.0"
google-api-core = ">=1.22.4"
google-auth = ">=1.22.1"
google-cloud-core = ">=1.4.3"
google-crc32c = ">=1.0.0"
google-resumable-media = ">=1.1.0"
googleapis-common-protos = ">=1.52.0"
httplib2 = ">=0.18.1"
idna = ">=2.10"
isort = ">=5.6.3"
jmespath = ">=0.10.0"
lazy-object-proxy = ">=1.4.3"
mccabe = ">=0.6.1"
oauth2 = ">=1.9.0.post1"
oauthlib = ">=3.1.0"
pathspec = ">=0.5.9"
protobuf = ">=3.15.0"
python-dateutil = ">=2.8.1"
pytz = ">=2020.1"
requests = ">=2.24.0"
requests-oauthlib = ">=1.3.0"
rsa = ">=4.6"
s3transfer = ">=0.3.3"
semantic-version = ">=2.5.0"
six = ">=1.15.0"
social-auth-core = ">=3.3.3"
sqlparse = ">=0.4.2"
termcolor = ">=1.1.0"
toml = ">=0.10.1"
typed-ast = ">=1.4.1"
urllib3 = ">=1.25.10"
wcwidth = ">=0.1.9"
wrapt = ">=1.12.1"
whitenoise = ">=4.1.2"
Django = ">=3.1.13"
gTTS = ">=2.1.1"
gTTS-token = ">=1.1.3"
PyYAML = ">=5.3.1"
[requires]
python_version = "3.7"