-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
65 lines (60 loc) · 1.16 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-dotenv = "*"
pytz = "~=2024.1"
python-slugify = "~=6.1.1"
Pillow = "~=9.1.0"
argon2-cffi = "~=21.3.0"
redis = "~=5.0"
celery = "*"
hiredis = "~=3.0.0"
django = "~=4.2.0"
django-environ = "~=0.8.1"
django-model-utils = "~=4.2.0"
django-allauth = "~=0.50.0"
django-crispy-forms = "~=2.2"
crispy-bootstrap5 = "~=0.6"
django-redis = "~=5.4.0"
django-celery-beat = "~=2.0"
sentry-sdk = "~=1.5.11"
rules = "~=3.3"
ldap3 = "~=2.9.1"
packages = "*"
django-rest-framework = "*"
django-rest-knox = "*"
pydantic = "*"
django-impersonate = "*"
[dev-packages]
Werkzeug = "*"
ipdb = "*"
psycopg2 = "*"
mypy = "*"
django-stubs = "*"
pytest = "*"
pytest-sugar = "*"
django-test-plus = "*"
sphinx = "*"
sphinx-autobuild = "*"
coverage = "*"
pylint-django = "*"
pre-commit = "*"
factory-boy = "*"
django-debug-toolbar = "*"
django-extensions = "*"
django-coverage-plugin = "*"
pytest-django = "*"
freezegun = "*"
snapshottest = "*"
ruff = "*"
[ldap-packages]
django-auth-ldap = "~=4.0.0"
python-ldap = "~=3.4.0"
[prod-packages]
gunicorn = "*"
psycopg2 = "*"
whitenoise = "*"
[requires]
python_version = "3.10"