All checks were successful
Run tests and linters / test (pull_request) Successful in 2m24s
- add explanation comment why much is still required Fixes #318
24 lines
377 B
Text
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
|