Changes committed
This commit is contained in:
21
docengine/requirements-dev.txt
Normal file
21
docengine/requirements-dev.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
-r requirements.txt
|
||||
|
||||
# Testing
|
||||
pytest==8.3.4
|
||||
pytest-cov==6.0.0
|
||||
pytest-asyncio==0.25.0
|
||||
pytest-mock==3.14.0
|
||||
httpx==0.28.1
|
||||
factory-boy==3.3.1
|
||||
|
||||
# Code Quality
|
||||
ruff==0.8.6
|
||||
mypy==1.14.1
|
||||
black==24.10.0
|
||||
isort==5.13.2
|
||||
|
||||
# Type Stubs
|
||||
types-redis==4.6.0.20241004
|
||||
types-python-dateutil==2.9.0.20241003
|
||||
types-passlib==1.7.7.20240819
|
||||
types-aiofiles==24.1.0.20240626
|
||||
Reference in New Issue
Block a user