-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
39 lines (36 loc) · 796 Bytes
/
Pipfile
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 = "==2024.12.14"
chardet = "==4.0.0"
coverage = "==7.6.9"
dj-database-url = "==2.3.0"
django-configurations = "==2.5.1"
docopt = "==0.6.2"
freezegun = "==1.5.1"
gunicorn = "==23.0.0"
idna = "==3.3"
pbr = "==6.1.0"
psycopg2-binary = "==2.9.10"
python-dateutil = "==2.9.0.post0"
python-dotenv = "==1.0.1"
pythonanywhere = "==0.15.2"
pytz = "==2024.2"
requests = "==2.27.1"
selenium = "==4.1.0"
six = "==1.16.0"
sqlparse = "==0.5.3"
stevedore = "==5.4.0"
urllib3 = "==1.26.8"
virtualenv = "==20.21.1"
virtualenv-clone = "==0.5.7"
virtualenvwrapper = "==6.1.1"
whitenoise = "==6.8.2"
seleniumbase = "==2.4.14"
Django = "==4.2.7"
setuptools = "==75.6.0"
[dev-packages]
[requires]
python_version = "3.10"