add support for uv

This commit is contained in:
Adil Hafeez 2025-08-11 13:55:16 -07:00
parent 202409cc9a
commit 2fba0f24ae
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
5 changed files with 1870 additions and 2924 deletions

View file

@ -7,6 +7,7 @@ packages = [
{ include = "cli" }
]
readme = "README.md"
requires-python = ">=3.10,<3.14"
[tool.poetry.dependencies]
python = "^3.10"