new requirements

This commit is contained in:
Arnold Dechamps 2024-02-24 23:50:46 +01:00
parent 56f673ff3f
commit f41b765f8a
No known key found for this signature in database
GPG key ID: AE66543374E41C89
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,7 @@ build==1.0.3
click==8.1.7
Django==5.0.2
django-admin-extra-buttons==1.5.7
dnspython==2.6.1
flake8==7.0.0
mccabe==0.7.0
packaging==23.2

View file

@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
@ -20,6 +20,8 @@ django==5.0.2
# via -r requirements.in
django-admin-extra-buttons==1.5.7
# via -r requirements.in
dnspython==2.6.1
# via -r requirements.in
flake8==7.0.0
# via -r requirements.in
mccabe==0.7.0