[dependencies] add requirements files, managed by pip-compile-multi
This commit is contained in:
parent
887bee9bf3
commit
2c3a0d58ab
4 changed files with 42 additions and 0 deletions
1
requirements/base.in
Normal file
1
requirements/base.in
Normal file
|
@ -0,0 +1 @@
|
|||
django
|
10
requirements/base.txt
Normal file
10
requirements/base.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
# SHA1:39e5d53fbc5d9e74e826ddcd3fdbc73c3a94474f
|
||||
#
|
||||
# This file is autogenerated by pip-compile-multi
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile-multi
|
||||
#
|
||||
asgiref==3.8.1
|
||||
django==5.1.7
|
||||
sqlparse==0.5.3
|
7
requirements/dev.in
Normal file
7
requirements/dev.in
Normal file
|
@ -0,0 +1,7 @@
|
|||
-r base.in
|
||||
|
||||
pip-compile-multi
|
||||
pytest
|
||||
pytest-django
|
||||
ruff
|
||||
uv
|
24
requirements/dev.txt
Normal file
24
requirements/dev.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
# SHA1:b7996e1effaeec9ddefc86a6bee3a8229778b21d
|
||||
#
|
||||
# This file is autogenerated by pip-compile-multi
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile-multi
|
||||
#
|
||||
-r base.txt
|
||||
build==1.2.2.post1
|
||||
click==8.1.8
|
||||
iniconfig==2.0.0
|
||||
packaging==24.2
|
||||
pip==25.0.1
|
||||
pip-compile-multi==2.8.0
|
||||
pip-tools==7.4.1
|
||||
pluggy==1.5.0
|
||||
pyproject-hooks==1.2.0
|
||||
pytest==8.3.5
|
||||
pytest-django==4.10.0
|
||||
ruff==0.9.10
|
||||
setuptools==76.0.0
|
||||
toposort==1.10
|
||||
uv==0.6.6
|
||||
wheel==0.45.1
|
Loading…
Add table
Reference in a new issue