phantomnode-api / pyproject.toml
tripathiji1312's picture
Deploy PhantomNode backend
3e3a5f1
Raw
History Blame Contribute Delete
257 Bytes
[project]
name = "phantomnode"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.135.1",
"numpy>=2.2.6",
"python-multipart>=0.0.22",
"scipy>=1.15.3",
"uvicorn>=0.42.0",
]