fix(web): migrate dev-dependencies to dependency-groups, drop hypercorn
Some checks failed
CI / test-cli (push) Failing after 6s
CI / test-sqlmesh (push) Failing after 7s
CI / test-web (push) Failing after 6s
CI / tag (push) Has been skipped

This commit is contained in:
Deeman
2026-02-28 23:52:30 +01:00
parent b5fae9d528
commit c45f5d747a
2 changed files with 2 additions and 5 deletions

View File

@@ -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",