blockerbugs/requirements-development.txt

24 lines
377 B
Text
Raw Normal View History

## include production dependencies
-r requirements.txt
## tests
# tests use postgresql and forgejo containers
testcontainers ~= 4.14.0
pytest
pytest-cov
# munch is required for bodhi-client type hinting
munch
## linters
python-language-server[rope]
mypy
ruff
## additional type hints for mypy
types-Flask
munch-stubs
types-requests
types-setuptools
## documentation
sphinx