-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
39 lines (36 loc) · 797 Bytes
/
Copy pathPipfile
File metadata and controls
39 lines (36 loc) · 797 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
39
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
certifi = "==2026.4.22"
chardet = "==7.4.3"
coverage = "==7.14.1"
dj-database-url = "==3.1.2"
django-configurations = "==2.5.1"
docopt = "==0.6.2"
freezegun = "==1.5.5"
gunicorn = "==26.0.0"
idna = "==3.18"
pbr = "==7.0.3"
psycopg2-binary = "==2.9.12"
python-dateutil = "==2.9.0.post0"
python-dotenv = "==1.2.2"
pythonanywhere = "==0.19.0"
pytz = "==2026.2"
requests = "==2.32.5"
selenium = "==4.41.0"
six = "==1.17.0"
sqlparse = "==0.5.5"
stevedore = "==5.8.0"
urllib3 = "==2.7.0"
virtualenv = "==21.5.1"
virtualenv-clone = "==0.5.7"
virtualenvwrapper = "==6.1.1"
whitenoise = "==6.12.0"
seleniumbase = "==4.47.7"
Django = "==6.0.3"
setuptools = "==82.0.1"
[dev-packages]
[requires]
python_version = "3.14"