forked from ocadotechnology/codeforlife-package-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
46 lines (43 loc) · 1.3 KB
/
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "==3.2.25"
djangorestframework = "==3.13.1"
django-filter = "==23.2"
django-countries = "==7.3.1"
django-two-factor-auth = "==1.13.2"
django-cors-headers = "==4.1.0"
django-csp = "==3.7"
django-import-export = "==4.0.3"
pyotp = "==2.9.0"
psycopg2-binary = "==2.9.9"
requests = "==2.32.2"
importlib-metadata = "==4.13.0" # TODO: remove. needed by old portal
django-formtools = "==2.2" # TODO: remove. needed by old portal
django-otp = "==1.0.2" # TODO: remove. needed by old portal
# https://pypi.org/user/codeforlife/
cfl-common = "==7.3.5" # TODO: remove
codeforlife-portal = "==7.3.5" # TODO: remove
rapid-router = "==6.5.3" # TODO: remove
phonenumbers = "==8.12.12" # TODO: remove
[dev-packages]
black = "==24.8.0"
pytest = "==8.3.3"
pytest-cov = "==5.0.0"
pytest-env = "==0.8.1"
pytest-xdist = {version = "==3.5.0", extras = ["psutil"]}
pytest-django = "==4.5.2"
django-extensions = "==3.2.1"
django-test-migrations = "==1.2.0"
pyparsing = "==3.0.9"
pydot = "==1.4.2"
pylint = "==3.2.7"
pylint-django = "==2.5.5"
isort = "==5.13.2"
mypy = "==1.6.1"
django-stubs = {version = "==4.2.6", extras = ["compatible-mypy"]}
djangorestframework-stubs = {version = "==3.14.4", extras = ["compatible-mypy"]}
[requires]
python_version = "3.12"