Spaces:
Sleeping
Sleeping
windopper
remove nav_bridge.py and update dependencies in pyproject.toml and README.md to reflect changes in navigation API endpoints and session management
7bee6d4 | [project] | |
| name = "caanip-backend" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "fastapi>=0.123.10", | |
| "uvicorn>=0.38.0", | |
| "python-multipart>=0.0.6", | |
| "caainp-csm", | |
| "caainp-cvm", | |
| ] | |
| [tool.uv.sources] | |
| caainp-csm = { git = "https://github.com/caainp/caainp-csm.git" } | |
| caainp-cvm = { git = "https://github.com/caainp/caainp-cvm.git" } | |