Skip to content

Commit

Permalink
fix: requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Feb 17, 2023
2 parents 7c5f95b + 48dc2bd commit 78701e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ importlib-metadata<5.0; python_version < '3.8'

ipython
pygments>=2.7.4
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Django>=3.2.4,<4
django-admin-search-builder>=0.2.0
django_ckeditor>=5.9.0

django-form-builder>=0.16.11
django-form-builder>=0.16.14

django-nested-admin>=3.2.4

uritemplate>4.1
Expand Down Expand Up @@ -53,3 +54,6 @@ WeasyPrint==52.4

# production
# mysqlclient>=1.4.6

# per la protocollazione
zeep

0 comments on commit 78701e4

Please sign in to comment.