forked from wsvincent/drfx
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
33 lines (30 loc) · 645 Bytes
/
Pipfile
File metadata and controls
33 lines (30 loc) · 645 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.7.2"
certifi = "==2023.7.22"
cffi = "==1.15.1"
charset-normalizer = "==3.2.0"
cryptography = "==41.0.3"
defusedxml = "==0.7.1"
dj-rest-auth = "==4.0.1"
django = "==4.2.4"
django-allauth = "==0.54.0"
djangorestframework = "==3.14.0"
idna = "==3.4"
oauthlib = "==3.2.2"
pycparser = "==2.21"
pyjwt = "==2.8.0"
python3-openid = "==3.2.0"
pytz = "==2023.3"
requests = "==2.31.0"
requests-oauthlib = "==1.3.1"
six = "==1.16.0"
sqlparse = "==0.4.4"
typing-extensions = "==4.7.1"
urllib3 = "==2.0.4"
[dev-packages]
[requires]
python_version = "3.9"