[requirements] shuffle requirements around

adding this, removing that
This commit is contained in:
bronsen 2024-11-20 23:38:07 +01:00
parent 5552177b14
commit 06a855214a
6 changed files with 58 additions and 12 deletions

View file

@ -1 +1,2 @@
django>=5.1,<5.2 django>=5.1,<5.2
pip-lock

View file

@ -1,12 +1,15 @@
# SHA1:e1677d1f2cf78dc26b96c6f8b02f0a0192f1d402
# #
# This file is autogenerated by pip-compile with Python 3.13 # This file is autogenerated by pip-compile-multi
# by the following command: # To update, run:
# #
# pip-compile requirements/base.in # pip-compile-multi
# #
asgiref==3.8.1 asgiref==3.8.1
# via django # via django
django==5.1.3 django==5.1.3
# via -r requirements/base.in # via -r requirements/base.in
pip-lock==2.12.0
# via -r requirements/base.in
sqlparse==0.5.2 sqlparse==0.5.2
# via django # via django

5
requirements/local.in Normal file
View file

@ -0,0 +1,5 @@
-r test.in
pip-compile-multi
django-extensions
django-debug-toolbar

34
requirements/local.txt Normal file
View 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

View file

@ -1,4 +1,5 @@
-r base.in -r base.in
pytest pytest
pytest-cov
ruff ruff

View file

@ -1,13 +1,13 @@
# SHA1:e778b8b7772055a291a08244e003fffbca652760
# #
# This file is autogenerated by pip-compile with Python 3.13 # This file is autogenerated by pip-compile-multi
# by the following command: # To update, run:
# #
# pip-compile requirements/test.in # pip-compile-multi
# #
asgiref==3.8.1 -r base.txt
# via django coverage[toml]==7.6.7
django==5.1.3 # via pytest-cov
# via -r /home/bronsen/Code/boost-your-django-dx/requirements/base.in
iniconfig==2.0.0 iniconfig==2.0.0
# via pytest # via pytest
packaging==24.2 packaging==24.2
@ -15,8 +15,10 @@ packaging==24.2
pluggy==1.5.0 pluggy==1.5.0
# via pytest # via pytest
pytest==8.3.3 pytest==8.3.3
# via
# -r requirements/test.in
# pytest-cov
pytest-cov==6.0.0
# via -r requirements/test.in # via -r requirements/test.in
ruff==0.7.4 ruff==0.7.4
# via -r requirements/test.in # via -r requirements/test.in
sqlparse==0.5.2
# via django