Upload files to "/"
This commit is contained in:
parent
721dd0404c
commit
4eb3347a06
5 changed files with 96 additions and 0 deletions
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[project]
|
||||
name = "point-cloud-classifier"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"fastapi==0.115.0",
|
||||
"python-multipart==0.0.9",
|
||||
"httpx==0.27.2",
|
||||
"jinja2==3.1.4",
|
||||
"jinjax==0.44.0",
|
||||
"aiofiles==24.1.0",
|
||||
"uvicorn==0.30.6",
|
||||
]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue