Skip to content

Commit

Permalink
make starlette a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-oleshkevich committed Dec 27, 2022
1 parent 6d9bdfe commit 55692af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "starlette_babel"
description = "Locale support for Starlette"
version = "0.2.2"
version = "0.2.3"
authors = ["Alex Oleshkevich <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand All @@ -22,11 +22,11 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.10.0"
python = "^3.10"
Babel = "^2.10.3"
starlette = "^0.21.0"

[tool.poetry.group.dev.dependencies]
starlette = "^0.21.0"
pytest = "^7.2.0"
pytest-asyncio = "^0.18.0"
pytest-cov = "^3.0"
Expand Down

0 comments on commit 55692af

Please sign in to comment.