mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 11:51:14 -05:00
Refactor code structure and remove redundant changes
This commit is contained in:
23
django-backend/requirements/local.txt
Normal file
23
django-backend/requirements/local.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
-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
|
||||
Reference in New Issue
Block a user