-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
47 lines (44 loc) · 1009 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
40
41
42
43
44
45
46
47
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.7.2"
certifi = "==2023.7.22"
charset-normalizer = "==3.3.2"
django = "==4.2.7"
djangorestframework = "==3.14.0"
greenlet = "==3.0.0"
idna = "==3.4"
iniconfig = "==2.0.0"
packaging = "==23.2"
playwright = "==1.39.0"
pluggy = "==1.3.0"
pyee = "==11.0.1"
pytest = "==7.4.3"
pytest-base-url = "==2.0.0"
pytest-playwright = "==0.4.3"
python-slugify = "==8.0.1"
pytz = "==2023.3.post1"
requests = "==2.31.0"
sqlparse = "==0.4.4"
text-unidecode = "==1.3"
typing-extensions = "==4.8.0"
urllib3 = "==2.0.7"
django-cors-headers = "==4.3.0"
python-dotenv = "==1.0.0"
django-filter = "==23.3"
distlib = "==0.3.7"
exceptiongroup = "==1.1.3"
filelock = "==3.13.1"
pillow = "==10.1.0"
pipenv = "==2023.10.24"
platformdirs = "==3.11.0"
djangorestframework-guardian = "==0.3.0"
psycopg2-binary = "==2.9.9"
tomli = "==2.0.1"
virtualenv = "==20.24.6"
whitenoise = "==6.6.0"
[dev-packages]
[requires]
python_version = "3.10"