Use uv sync in workspace tests (#12181)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "bird-feeder"
|
||||
version = "1.0.0"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = ["anyio>=4.3.0,<5"]
|
||||
dependencies = ["iniconfig>=2,<3"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import anyio
|
||||
import iniconfig
|
||||
|
||||
|
||||
def use():
|
||||
|
||||
Reference in New Issue
Block a user