-
- Downloads
use locally defined pydantic models
parent
7b40e942
No related branches found
No related tags found
Showing
- lso/routes/common.py 2 additions, 2 deletionslso/routes/common.py
- lso/routes/device.py 33 additions, 12 deletionslso/routes/device.py
- requirements.txt 0 additions, 1 deletionrequirements.txt
- setup.py 1 addition, 2 deletionssetup.py
- test/test_device_routes.py 19 additions, 16 deletionstest/test_device_routes.py
... | @@ -4,7 +4,6 @@ jsonschema | ... | @@ -4,7 +4,6 @@ jsonschema |
fastapi | fastapi | ||
pydantic | pydantic | ||
ansible-runner | ansible-runner | ||
geant-service-orchestrator==0.1.dev253 | |||
uvicorn[standard] | uvicorn[standard] | ||
httpx | httpx | ||
... | ... |
Please register or sign in to comment