-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathPipfile
40 lines (37 loc) · 879 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
cfl-common = {path = "./cfl_common", editable = true}
django-classy-tags = "==4.1.0"
django-formtools = "==2.5.1"
django-otp = "==1.6.0"
django-preventconcurrentlogins = "==0.8.2"
django-ratelimit = "==3.0.1"
django-recaptcha = "==4.0.0"
django-sekizai = "==4.1.0"
django-treebeard = "==4.7.1"
importlib-metadata = "==4.13.0"
phonenumbers = "==8.12.12"
pyyaml = "==6.0.2"
reportlab = "==4.2.5"
[dev-packages]
black = "*"
django-selenium-clean = "==1.0.1"
django-test-migrations = "==1.4.0"
isort = "*"
pypdf = "==5.1.0"
pytest = "==8.*"
pytest-cov = "*"
pytest-django = "==4.8.0"
pytest-mock = "*"
pytest-order = "*"
pytest-xdist = "*"
pyvirtualdisplay = "*"
rapid-router = ">7.0.0"
responses = "==0.18.0"
selenium = "==4.29.0"
snapshottest = "==1.0.0a1"
[requires]
python_version = "3.12"