Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pre-commit==1.15.1
nodeenv
pip-tools==6.8.0
locust
drf-yasg
drf-yasg==1.21.5
pyinstrument
pypandoc
git+https://github.com/someshchaturvedi/customizable-django-profiler.git#customizable-django-profiler
Expand Down
13 changes: 5 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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 requirements-dev.in
#
Expand Down Expand Up @@ -69,7 +69,7 @@ djangorestframework==3.15.1
# drf-yasg
docopt==0.6.2
# via pytest-watch
drf-yasg==1.20.0
drf-yasg==1.21.5
# via -r requirements-dev.in
faker==0.9.1
# via mixer
Expand Down Expand Up @@ -138,7 +138,7 @@ nodeenv==1.8.0
# via
# -r requirements-dev.in
# pre-commit
packaging==20.9
packaging==24.0
# via
# -c requirements.txt
# build
Expand Down Expand Up @@ -170,10 +170,6 @@ pympler==1.0.1
# via -r requirements-dev.in
pypandoc==1.8.1
# via -r requirements-dev.in
pyparsing==2.4.7
# via
# -c requirements.txt
# packaging
pytest==6.2.4
# via
# -r requirements-dev.in
Expand All @@ -200,6 +196,7 @@ pytz==2022.1
# via
# -c requirements.txt
# django
# drf-yasg
pyyaml==6.0
# via
# aspy-yaml
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ pillow==10.3.0
python-dateutil>=2.8.1
jsonschema>=3.2.0
django-celery-results
packaging>=21.0
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ kombu==5.2.4
# via celery
le-utils==0.2.5
# via -r requirements.in
packaging==20.9
packaging==24.0
# via
# -r requirements.in
# google-api-core
# google-cloud-error-reporting
# google-cloud-kms
Expand Down Expand Up @@ -189,9 +190,7 @@ pyasn1-modules==0.2.8
pycparser==2.20
# via cffi
pyparsing==2.4.7
# via
# httplib2
# packaging
# via httplib2
pyrsistent==0.17.3
# via jsonschema
python-dateutil==2.8.2
Expand Down