fix(web): migrate dev-dependencies to dependency-groups, drop hypercorn
This commit is contained in:
@@ -17,7 +17,6 @@ dependencies = [
|
||||
"paddle-python-sdk>=1.13.0",
|
||||
"itsdangerous>=2.1.0",
|
||||
"jinja2>=3.1.0",
|
||||
"hypercorn>=0.17.0",
|
||||
"granian>=2.7.2",
|
||||
]
|
||||
|
||||
@@ -28,8 +27,8 @@ build-backend = "hatchling.build"
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/beanflows"]
|
||||
|
||||
[tool.uv]
|
||||
dev-dependencies = [
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"hypothesis>=6.100.0",
|
||||
"pytest>=8.0.0",
|
||||
"pytest-asyncio>=0.23.0",
|
||||
|
||||
Reference in New Issue
Block a user