-
Notifications
You must be signed in to change notification settings - Fork 18
/
requirements.txt
63 lines (47 loc) · 1.61 KB
/
requirements.txt
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
Django>=4.2.16
git+https://github.com/UniversitaDellaCalabria/django-admin-search-builder.git
django_ckeditor>=5.9.0
django-form-builder>=1.0.1
django-nested-admin>=3.2.4
uritemplate>4.1
pyyaml>=6.0,<7.0
pillow>=10.2.0
python-magic>=0.4.15
pytz>=2019.3
pydantic >= 1.9.0
# datatables ajax
git+https://github.com/peppelinux/django-datatables-ajax.git
# FileSignatureValidator
git+https://github.com/peppelinux/FileSignatureValidator.git
# SAML2
djangosaml2>=1.0.3
# Bootstrap Italia
design-django-theme==1.6.4post4
# Unical template
# django-unical-bootstrap-italia==1.2.0
# Django REST
djangorestframework>=3.13
django-filter>=2.4.0
# Django channels only for chat
channels>=2.4.0
channels_redis>=2.4.2
daphne>=3
markdown>=3.2.1
cryptojwt>=1.5.0
WeasyPrint==52.4
# Protocollo informatico
# pyWSArchiPRO
# (app folder included in project, not installed via pip)
# git+https://github.com/peppelinux/pyWSArchiPRO.git
# production
# mysqlclient>=1.4.6
# per la protocollazione
zeep
twisted>=23.10.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3<1.27 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability