mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
- Added error handler `SerializableException` in models.py which gets error details from base exception - Added an API to get the results back from the clients
19 lines
294 B
TOML
19 lines
294 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
fastapi = "*"
|
|
sqlalchemy-utils = "*"
|
|
uvicorn = "*"
|
|
pyyaml = "*"
|
|
httpx = "*"
|
|
click = "*"
|
|
aiosqlite = "*"
|
|
sqlalchemy = {extras = ["asyncio"], version = "*"}
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.11"
|