feat: add description to parameters; bump: libs and tests; bump: 2.0.3

This commit is contained in:
Georg K
2023-11-01 03:55:10 +03:00
parent 82c638c1e0
commit 937c09e2b7
9 changed files with 28 additions and 25 deletions

View File

@@ -31,15 +31,15 @@ packages = find:
python_requires = >=3.10
install_requires =
aiohttp
pydantic>=2.0.0
pydantic>=2.4.2
swagger-4-ui-bundle
[options.extras_require]
test =
pytest==7.4.0
pytest-aiohttp==1.0.4
pytest-aiohttp==1.0.5
pytest-cov==4.1.0
readme-renderer==40.0
readme-renderer==42.0
ci =
%(test)s
codecov==2.1.13