This commit is contained in:
parent
f5305c10d8
commit
30999a2cb2
11 changed files with 2486 additions and 0 deletions
14
clio-api/pyproject.toml
Normal file
14
clio-api/pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue