Skip to content

Commit

Permalink
[FIX] dependenics; jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchnizer committed Nov 17, 2023
1 parent f895844 commit 080e8eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = [ "poetry-core>=1.0.0", "jsons"]
requires = [ "poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
Expand All @@ -15,5 +15,6 @@ keywords = []

[tool.poetry.dependencies]
python = ">=3.7"
jsons = "*"


0 comments on commit 080e8eb

Please sign in to comment.