22 lines
351 B
Plaintext
22 lines
351 B
Plaintext
-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
|