Skip to content

Commit 1ef685b

Browse files
authored
Slim down dependencies (#7)
1 parent a0d3e5f commit 1ef685b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ python-dateutil = "^2.8.2"
1818
betterproto = "2.0.0b6"
1919
httpx = ">=0.20.0,<0.26.0"
2020
attrs = ">=21.3.0"
21-
flask = "^3.0.3"
22-
pyright = "^1.1.382.post1"
2321

2422
[tool.poetry.group.dev.dependencies]
2523
betterproto = { version = "= 2.0.0b6", extras = ["compiler"] }
@@ -28,12 +26,14 @@ mkdocs = "^1.5.3"
2826
mike = "^2.0.0"
2927
openapi-python-client = "^0.16.0"
3028
ruff = "^0.1.7"
29+
flask = "^3.0.3"
30+
pyright = "^1.1.383"
3131

3232
[tool.poetry.group.test.dependencies]
3333
pytest = "^7.4.2"
3434
pytest-asyncio = "^0.21.1"
35-
flask = "^3.0.0"
3635
requests = "^2.31.0"
36+
flask = "^3.0.3"
3737

3838
[build-system]
3939
requires = ["poetry-core>=1.6.0"]

0 commit comments

Comments
 (0)