Skip to content

Commit

Permalink
fixup! chore(py): Migrate all python packages to use uv
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jan 22, 2025
1 parent 412e8c3 commit cd06055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[project]
name = "my-gl-example"
version = "0.1.0"
description = "Add your description here"
description = "An example on how to use the gl-client-py library"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gl-client",
"pytest>=8.3.4",
]
authors = []
license = "MIT"

[tool.uv.sources]
gl-client = { workspace = true }

0 comments on commit cd06055

Please sign in to comment.