-
-
Notifications
You must be signed in to change notification settings - Fork 848
/
Pipfile
54 lines (51 loc) · 1.03 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-appconf = "*"
django-better-admin-arrayfield = "*"
django-dynamic-preferences = "*"
django-extensions = "*"
django-formtools = "*"
django-ipware = "*"
django-gfklookupwidget = "*"
djangorestframework = "*"
django-polymorphic = "*"
django-split-settings = "*"
django-statici18n = "*"
django-summernote = "*"
dj-cmd = "*"
django-redis = "*"
django-cors-headers = "*"
psycopg2-binary = "*"
asgiref = "*"
channels = "*"
channels-redis = "*"
ipython = "==7.*"
munkres = "*"
redis = "*"
qrcode = "*"
html2text = "*"
defusedxml = "*"
django-jet-reboot = "*"
Django = "*"
dj-database-url = "*"
honcho = "*"
gunicorn = "*"
sentry-sdk = "*"
whitenoise = "*"
drf-spectacular = "*"
daphne = "*"
drf-link-header-pagination = "*"
networkx = "*" # Avoid its dependencies (SciPy)
[dev-packages]
pre-commit = "*"
selenium = "==3.141.*"
django-debug-toolbar = "*"
sphinx = "*"
sphinx-autobuild = "*"
sphinx-rtd-theme = "*"
sphinx-intl = "*"
[requires]
python_version = "3.11"