22 lines
285 B
Plaintext
22 lines
285 B
Plaintext
-r requirements.txt
|
|
|
|
# Testing
|
|
pytest==7.4.3
|
|
pytest-asyncio==0.21.1
|
|
pytest-cov==4.1.0
|
|
pytest-env==1.1.3
|
|
factory-boy==3.3.0
|
|
|
|
# Code quality
|
|
black==23.11.0
|
|
isort==5.12.0
|
|
flake8==6.1.0
|
|
mypy==1.7.0
|
|
pre-commit==3.5.0
|
|
|
|
# Debugging
|
|
ipython==8.17.2
|
|
ipdb==0.13.13
|
|
|
|
# Database tools
|
|
pgcli==4.0.1 |