Update requirements
This commit is contained in:
parent
9dd9a02592
commit
9bc11e7ae6
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with python 3.10
|
||||
# To update, run:
|
||||
# This file is autogenerated by pip-compile with Python 3.10
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
|
||||
#
|
||||
|
|
@ -10,8 +10,6 @@ anyascii==0.3.1
|
|||
# via wagtail
|
||||
anyio==3.5.0
|
||||
# via watchfiles
|
||||
appnope==0.1.3
|
||||
# via ipython
|
||||
argon2-cffi==21.3.0
|
||||
# via -r requirements.in
|
||||
argon2-cffi-bindings==21.2.0
|
||||
|
|
@ -106,6 +104,7 @@ django==3.2.13
|
|||
# django-debug-toolbar
|
||||
# django-extensions
|
||||
# django-filter
|
||||
# django-jsonform
|
||||
# django-model-utils
|
||||
# django-modelcluster
|
||||
# django-notifications-hq
|
||||
|
|
@ -140,6 +139,8 @@ django-filter==21.1
|
|||
# via wagtail
|
||||
django-ipware==4.0.2
|
||||
# via -r requirements.in
|
||||
django-jsonform==2.17.0
|
||||
# via -r requirements.in
|
||||
django-model-utils==4.2.0
|
||||
# via
|
||||
# -r requirements.in
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with python 3.10
|
||||
# To update, run:
|
||||
# This file is autogenerated by pip-compile with Python 3.10
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile --output-file=requirements.txt requirements.in
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue