new requirements
This commit is contained in:
parent
56f673ff3f
commit
f41b765f8a
|
@ -3,6 +3,7 @@ build==1.0.3
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
Django==5.0.2
|
Django==5.0.2
|
||||||
django-admin-extra-buttons==1.5.7
|
django-admin-extra-buttons==1.5.7
|
||||||
|
dnspython==2.6.1
|
||||||
flake8==7.0.0
|
flake8==7.0.0
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
packaging==23.2
|
packaging==23.2
|
||||||
|
|
|
@ -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:
|
# by the following command:
|
||||||
#
|
#
|
||||||
# pip-compile --output-file=requirements.txt requirements.in
|
# pip-compile --output-file=requirements.txt requirements.in
|
||||||
|
@ -20,6 +20,8 @@ django==5.0.2
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
django-admin-extra-buttons==1.5.7
|
django-admin-extra-buttons==1.5.7
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
dnspython==2.6.1
|
||||||
|
# via -r requirements.in
|
||||||
flake8==7.0.0
|
flake8==7.0.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
|
|
Loading…
Reference in a new issue