master > master: code py - models + config implementiert
This commit is contained in:
@@ -1,7 +1,35 @@
|
||||
pip>=22.0.4
|
||||
pip>=22.1.2
|
||||
wheel>=0.37.1
|
||||
|
||||
# running
|
||||
anyio>=3.5.0
|
||||
aiohttp>=3.8.1
|
||||
asyncio>=3.4.3
|
||||
codetiming>=1.3.0
|
||||
|
||||
# testing + dev
|
||||
coverage[toml]>=6.4
|
||||
pytest>=7.1.1
|
||||
pytest-asyncio>=0.18.3
|
||||
pytest-cov>=3.0.0
|
||||
pytest-lazy-fixture>=0.6.3
|
||||
pytest-order>=1.0.1
|
||||
testfixtures>=6.18.5
|
||||
|
||||
# config
|
||||
python-dotenv>=0.2.0
|
||||
jsonschema>=4.4.0
|
||||
lazy-load>=0.8.2
|
||||
pyyaml>=6.0
|
||||
pydantic>=1.9.0
|
||||
datamodel-code-generator>=0.12.0
|
||||
|
||||
# misc
|
||||
lorem>=0.1.1
|
||||
safetywrap>=1.5.0
|
||||
typing>=3.7.4.3
|
||||
|
||||
# maths
|
||||
numpy>=1.22.3
|
||||
pandas>=1.4.1
|
||||
tabulate>=0.8.9
|
||||
|
||||
Reference in New Issue
Block a user