Skip to content

Commit

Permalink
feat: install dependencies: uv, build, setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
volgar1x committed Mar 13, 2024
1 parent 963aeba commit ec8d9c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ requires-python = ">=3.8"
# keywords = []
# classifiers = []

dependencies = [
"uv >=0.1.18, <0.2.0",
"build >=1.1.1, <2.0.0",
"setuptools >=61.0",
]

[project.urls]
Repository = "https://github.com/aqora-io/cli"
Documentation = "https://github.com/aqora-io/cli"
Expand Down

0 comments on commit ec8d9c9

Please sign in to comment.