[requirements] add pytest, ruff to test requirements

This commit is contained in:
bronsen 2024-11-20 21:55:24 +01:00
parent 391bf129ed
commit 5552177b14
2 changed files with 26 additions and 0 deletions

4
requirements/test.in Normal file
View file

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

22
requirements/test.txt Normal file
View file

@ -0,0 +1,22 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile requirements/test.in
#
asgiref==3.8.1
# via django
django==5.1.3
# via -r /home/bronsen/Code/boost-your-django-dx/requirements/base.in
iniconfig==2.0.0
# via pytest
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.3
# via -r requirements/test.in
ruff==0.7.4
# via -r requirements/test.in
sqlparse==0.5.2
# via django