-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathPipfile
More file actions
38 lines (35 loc) · 776 Bytes
/
Pipfile
File metadata and controls
38 lines (35 loc) · 776 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
38
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.8.1"
beautifulsoup4 = "==4.12.3"
bs4 = "==0.0.2"
certifi = "==2024.6.2"
charset-normalizer = "==3.3.2"
django = "==5.0.6"
django-localflavor = "==4.0"
gunicorn = "==22.0.0"
idna = "==3.7"
python-stdnum = "==1.20"
requests = "==2.32.3"
soupsieve = "==2.5"
sqlparse = "==0.5.0"
typing-extensions = "==4.12.2"
urllib3 = "==2.2.2"
whitenoise = "==6.7.0"
dj-database-url = "==2.2.0"
psycopg2-binary = "==2.9.9"
django-environ = "==0.11.2"
dj-email-url = "==1.0.6"
django-cache-url = "==3.4.5"
environs = "==11.0.0"
marshmallow = "==3.21.3"
python-dotenv = "==1.0.1"
markdown = "==3.6"
pytz = "==2024.1"
playwright = ">=1.58.0"
[dev-packages]
[requires]
python_version = "3.10"