Skip to content

Commit

Permalink
Fixup pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
imranariffin committed Nov 27, 2023
1 parent 759c5ab commit 82145db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
requires-python = ">=3.9"
dependencies = [
"aioredis >= 2.0.0, < 2.1.0",
"jsonpickle >= 3.0.0 < 3.1.0",
"jsonpickle >= 3.0.0, < 3.1.0",
"tomlkit >= 0.11.0, < 0.12.0",
"typer >= 0.4.0, < 0.5.0",
]
Expand Down

0 comments on commit 82145db

Please sign in to comment.