-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPipfile
63 lines (60 loc) · 1.35 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appdirs = "==1.4.4"
asgiref = "==3.3.4"
botocore = "==1.20.97"
certifi = "==2021.5.30"
cffi = "==1.14.6"
chardet = "==4.0.0"
cloudinary = "==1.26.0"
cryptography = "==3.4.7"
defusedxml = "==0.7.1"
distlib = "==0.3.2"
dj-database-url = "==0.5.0"
django = "==3.2.23"
django-allauth = "==0.45.0"
django-ckeditor = "==6.1.0"
django-cloudinary-storage = "==0.3.0"
django-crispy-forms = "==1.12.0"
django-decouple = "==2.1"
django-dropbox-storage = "==0.4.1"
django-filter = "==2.4.0"
django-heroku = "==0.3.1"
django-js-asset = "==1.2.2"
django-storages = "==1.11.1"
djangorestframework = "==3.12.4"
dropbox = "==11.11.0"
filelock = "==3.0.12"
gunicorn = "==20.1.0"
idna = "==2.10"
jmespath = "==0.10.0"
oauthlib = "==3.1.1"
pillow = "==8.2.0"
ply = "==3.11"
psycopg2 = "==2.9.1"
pycparser = "==2.20"
pyjwt = "==2.1.0"
python-dateutil = "==2.8.1"
python-decouple = "==3.4"
python3-openid = "==3.2.0"
pytz = "==2021.1"
requests = "==2.25.1"
requests-oauthlib = "==1.3.0"
s3transfer = "==0.4.2"
six = "==1.16.0"
social-auth-app-django = "==4.0.0"
social-auth-core = "==4.1.0"
sqlparse = "==0.4.1"
stone = "==3.2.1"
urllib3 = "==1.26.5"
virtualenv = "==20.4.7"
waitress = "==2.0.0"
whitenoise = "==5.3.0"
psycopg2-binary = "==2.9.3"
tzdata = "==2022.2"
[dev-packages]
[requires]
python_version = "3.9"