added the api
Some checks failed
Deploy API / deploy (push) Failing after 3s

This commit is contained in:
Your Name 2026-05-19 17:56:12 -04:00
parent f5305c10d8
commit 30999a2cb2
11 changed files with 2486 additions and 0 deletions

14
clio-api/pyproject.toml Normal file
View file

@ -0,0 +1,14 @@
[project]
name = "server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiofiles>=25.1.0",
"fastapi>=0.136.1",
"pynacl>=1.6.2",
"python-multipart>=0.0.28",
"requests>=2.33.1",
"uvicorn[standard]>=0.46.0",
]