-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f505407
commit 34e306f
Showing
9 changed files
with
183 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,32 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
asgiref==3.8.1 | ||
# via django | ||
backports-zoneinfo==0.2.1 ; python_version < "3.9" | ||
# via | ||
# -c requirements/constraints.txt | ||
# django | ||
# djangorestframework | ||
django==4.2.11 | ||
django==4.2.14 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -r requirements/base.in | ||
# djangorestframework | ||
# drf-yasg | ||
djangorestframework==3.15.1 | ||
djangorestframework==3.15.2 | ||
# via | ||
# -r requirements/base.in | ||
# drf-yasg | ||
drf-yasg==1.21.7 | ||
# via -r requirements/base.in | ||
inflection==0.5.1 | ||
# via drf-yasg | ||
packaging==24.0 | ||
packaging==24.1 | ||
# via drf-yasg | ||
pytz==2024.1 | ||
# via drf-yasg | ||
pyyaml==6.0.1 | ||
# via drf-yasg | ||
sqlparse==0.4.4 | ||
sqlparse==0.5.1 | ||
# via django | ||
typing-extensions==4.10.0 | ||
# via asgiref | ||
uritemplate==4.1.1 | ||
# via drf-yasg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,34 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
cachetools==5.3.3 | ||
cachetools==5.4.0 | ||
# via tox | ||
chardet==5.2.0 | ||
# via tox | ||
colorama==0.4.6 | ||
# via tox | ||
distlib==0.3.8 | ||
# via virtualenv | ||
filelock==3.13.3 | ||
filelock==3.15.4 | ||
# via | ||
# tox | ||
# virtualenv | ||
packaging==24.0 | ||
packaging==24.1 | ||
# via | ||
# pyproject-api | ||
# tox | ||
platformdirs==4.2.0 | ||
platformdirs==4.2.2 | ||
# via | ||
# tox | ||
# virtualenv | ||
pluggy==1.4.0 | ||
pluggy==1.5.0 | ||
# via tox | ||
pyproject-api==1.6.1 | ||
pyproject-api==1.7.1 | ||
# via tox | ||
tomli==2.0.1 | ||
# via | ||
# pyproject-api | ||
# tox | ||
tox==4.14.2 | ||
tox==4.16.0 | ||
# via -r requirements/ci.in | ||
virtualenv==20.25.1 | ||
virtualenv==20.26.3 | ||
# via tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.