-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
46 lines (44 loc) · 950 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
coverage = "*"
django-debug-toolbar = "*"
# django-rename-app = "*"
[packages]
django = ">=3.2.25,<4.0.0"
# django = "==4.2.*"
django-model-utils = "*"
django-bootstrap-modal-forms = "==3.0.4"
django-widget-tweaks = "*"
django-crum = "*"
django-ckeditor = "*"
django-tempus-dominus = "*"
django-celery-beat = "*"
django-celery-results = "*"
django-searchable-encrypted-fields = "*"
django-constance = {extras = [ "redis",], version = "*"}
django-inlinecss-redux = "*"
djangorestframework = "*"
psycopg2 = "*"
xlrd = "*"
pandas = "==1.5.3"
numpy = "==1.26.4"
xlwt = "==1.3.0"
openpyxl = "*"
pillow = ">=10.3.0"
selenium = "*"
selenium-wire = "*"
blinker = "==1.7.0"
paho-mqtt = "==1.6.1"
requests = ">=2.32.0"
celery = "*"
celery-progress = "*"
redis = "==5.0.0"
reportlab = "==3.6.13"
wiki = ">=0.10.1"
tzdata = "*"
daphne = "*"
websockets = "*"