blockerbugs/requirements-development.txt
Jaroslav Groman 55c22b71a6
All checks were successful
Run tests and linters / test (pull_request) Successful in 2m24s
Add munch comment to requirements
- add explanation comment why much is still required

Fixes #318
2026-06-30 14:57:17 +02:00

24 lines
377 B
Text

## 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