You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
292 B
21 lines
292 B
# Development dependencies
|
|
-r requirements.txt
|
|
|
|
# Testing
|
|
pytest==7.4.3
|
|
pytest-cov==4.1.0
|
|
pytest-asyncio==0.21.1
|
|
|
|
# Code quality
|
|
black==23.12.1
|
|
isort==5.13.2
|
|
flake8==6.1.0
|
|
mypy==1.7.1
|
|
|
|
# Development tools
|
|
jupyter==1.0.0
|
|
ipykernel==6.27.1
|
|
|
|
# Documentation
|
|
mkdocs==1.5.3
|
|
mkdocs-material==9.4.8
|