-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
37 lines (34 loc) · 690 Bytes
/
Pipfile
File metadata and controls
37 lines (34 loc) · 690 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
37
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.5.0"
cffi = "==1.15.0"
cssselect2 = "==0.5.0"
dj-database-url = "==0.5.0"
django-heroku = "==0.3.1"
fonttools = "==4.31.2"
gunicorn = "==20.1.0"
html5lib = "==1.1"
psycopg2 = "==2.9.3"
pycparser = "==2.21"
pydyf = "==0.1.2"
pyphen = "==0.12.0"
python-decouple = "==3.6"
six = "==1.16.0"
sqlparse = "==0.4.2"
tinycss2 = "==1.1.1"
tzdata = "==2022.1"
weasyprint = "==54.3"
webencodings = "==0.5.1"
whitenoise = "==6.0.0"
xlwt = "==1.3.0"
zopfli = "==0.2.1"
Brotli = "==1.0.9"
Django = "==4.0.3"
Pillow = "==9.1.0"
validate_email = "==1.3"
[dev-packages]
[requires]
python_version = "3.9"