diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5bf48df..de49863 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,10 @@ classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: 3", ] +dependencies = [ + "conventionalrp>=1.2.1", + "oneroll>=1.3.4", +] # [project.scripts] # mvp = "mvp.__main__:main" @@ -24,4 +28,8 @@ classifiers = [ [tool.maturin] bindings = "bin" # manifest-path = "Cargo.toml" -module-name = "mvp"
\ No newline at end of file +module-name = "mvp" + +[[tool.uv.index]] +url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" +default = true |
