Files
thrilltrack-explorer/django-backend/requirements/local.txt

24 lines
340 B
Plaintext

-r base.txt
# Development & Debugging
django-debug-toolbar==4.2.0
django-silk==5.0.4
ipython==8.18.1
ipdb==0.13.13
# Testing
pytest==7.4.3
pytest-django==4.7.0
pytest-cov==4.1.0
pytest-xdist==3.5.0
factory-boy==3.3.0
Faker==20.1.0
coverage==7.3.3
# Code Quality
black==23.12.1
flake8==6.1.0
isort==5.13.2
mypy==1.7.1
django-stubs==4.2.7