[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" }