mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-21 14:23:24 +08:00
23 lines
317 B
TOML
23 lines
317 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
pytest = "*"
|
|
requests = "*"
|
|
jsonschema = "*"
|
|
evonik-dummy = "*"
|
|
pyrsistent = "*"
|
|
pyjwt = "*"
|
|
pydantic = "*"
|
|
websockets = "*"
|
|
pytest-asyncio = "*"
|
|
pytest-cov = "*"
|
|
|
|
[dev-packages]
|
|
autopep8 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|