-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
36 lines (33 loc) · 726 Bytes
/
Pipfile
File metadata and controls
36 lines (33 loc) · 726 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
34
35
36
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.5.2"
black = "==22.6.0"
certifi = "==2022.6.15"
charset-normalizer = "==2.1.1"
click = "==8.1.3"
dj-database-url = "==1.0.0"
django = "==4.1"
django-cors-headers = "==3.13.0"
django-heroku = "==0.3.1"
djangorestframework = "==3.13.1"
djangorestframework-simplejwt = "==5.2.0"
gunicorn = "==20.1.0"
idna = "==3.3"
mypy-extensions = "==0.4.3"
pathspec = "==0.9.0"
platformdirs = "==2.5.2"
psycopg2 = "==2.9.3"
pyjwt = "==2.4.0"
pytz = "==2022.2.1"
requests = "==2.28.1"
sqlparse = "==0.4.2"
tomli = "==2.0.1"
urllib3 = "==1.26.12"
whitenoise = "==6.2.0"
django-filter = "*"
[dev-packages]
[requires]
python_version = "3.10"