[requirements] shuffle requirements around
adding this, removing that
This commit is contained in:
parent
5552177b14
commit
06a855214a
6 changed files with 58 additions and 12 deletions
|
@ -1 +1,2 @@
|
|||
django>=5.1,<5.2
|
||||
pip-lock
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
# SHA1:e1677d1f2cf78dc26b96c6f8b02f0a0192f1d402
|
||||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.13
|
||||
# by the following command:
|
||||
# This file is autogenerated by pip-compile-multi
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile requirements/base.in
|
||||
# pip-compile-multi
|
||||
#
|
||||
asgiref==3.8.1
|
||||
# via django
|
||||
django==5.1.3
|
||||
# via -r requirements/base.in
|
||||
pip-lock==2.12.0
|
||||
# via -r requirements/base.in
|
||||
sqlparse==0.5.2
|
||||
# via django
|
||||
|
|
5
requirements/local.in
Normal file
5
requirements/local.in
Normal file
|
@ -0,0 +1,5 @@
|
|||
-r test.in
|
||||
|
||||
pip-compile-multi
|
||||
django-extensions
|
||||
django-debug-toolbar
|
34
requirements/local.txt
Normal file
34
requirements/local.txt
Normal file
|
@ -0,0 +1,34 @@
|
|||
# SHA1:bff969e0b4d4b57cc110ea76c4679e2fceabe622
|
||||
#
|
||||
# This file is autogenerated by pip-compile-multi
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile-multi
|
||||
#
|
||||
-r test.txt
|
||||
build==1.2.2.post1
|
||||
# via pip-tools
|
||||
click==8.1.7
|
||||
# via
|
||||
# pip-compile-multi
|
||||
# pip-tools
|
||||
django-debug-toolbar==4.4.6
|
||||
# via -r requirements/local.in
|
||||
django-extensions==3.2.3
|
||||
# via -r requirements/local.in
|
||||
pip-compile-multi==2.6.4
|
||||
# via -r requirements/local.in
|
||||
pip-tools==7.4.1
|
||||
# via pip-compile-multi
|
||||
pyproject-hooks==1.2.0
|
||||
# via
|
||||
# build
|
||||
# pip-tools
|
||||
toposort==1.10
|
||||
# via pip-compile-multi
|
||||
wheel==0.45.0
|
||||
# via pip-tools
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
# pip
|
||||
# setuptools
|
|
@ -1,4 +1,5 @@
|
|||
-r base.in
|
||||
|
||||
pytest
|
||||
pytest-cov
|
||||
ruff
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# SHA1:e778b8b7772055a291a08244e003fffbca652760
|
||||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.13
|
||||
# by the following command:
|
||||
# This file is autogenerated by pip-compile-multi
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile requirements/test.in
|
||||
# pip-compile-multi
|
||||
#
|
||||
asgiref==3.8.1
|
||||
# via django
|
||||
django==5.1.3
|
||||
# via -r /home/bronsen/Code/boost-your-django-dx/requirements/base.in
|
||||
-r base.txt
|
||||
coverage[toml]==7.6.7
|
||||
# via pytest-cov
|
||||
iniconfig==2.0.0
|
||||
# via pytest
|
||||
packaging==24.2
|
||||
|
@ -15,8 +15,10 @@ packaging==24.2
|
|||
pluggy==1.5.0
|
||||
# via pytest
|
||||
pytest==8.3.3
|
||||
# via
|
||||
# -r requirements/test.in
|
||||
# pytest-cov
|
||||
pytest-cov==6.0.0
|
||||
# via -r requirements/test.in
|
||||
ruff==0.7.4
|
||||
# via -r requirements/test.in
|
||||
sqlparse==0.5.2
|
||||
# via django
|
||||
|
|
Loading…
Reference in a new issue