-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPipfile
46 lines (43 loc) · 934 Bytes
/
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.3.1"
certifi = "==2020.12.5"
cffi = "==1.14.4"
chardet = "==4.0.0"
cryptography = "==3.3.1"
defusedxml = "==0.6.0"
django-allauth = "==0.44.0"
django-cors-headers = "==3.6.0"
django-rest-auth = "==0.9.5"
djangorestframework = "==3.12.2"
djangorestframework-jwt = "==1.11.0"
djangorestframework-simplejwt = "==4.6.0"
idna = "==2.10"
mysqlclient = "==2.0.2"
oauthlib = "==3.1.0"
pycparser = "==2.20"
"python3-openid" = "==3.2.0"
pytz = "==2020.5"
requests = "==2.25.1"
requests-oauthlib = "==1.3.0"
six = "==1.15.0"
sqlparse = "==0.4.1"
"urllib3" = "==1.26.2"
Django = "==3.1.4"
PyJWT = "==1.7.1"
PyMySQL = "==0.10.1"
python-decouple = "*"
coreapi = "*"
django-countries = "*"
django-localflavor = "*"
markdown = "*"
python-dateutil = "*"
stripe = "*"
razorpay = "*"
dj-stripe = "*"
[dev-packages]
[requires]
python_version = "3.7"