Skip to content

Commit

Permalink
Merge pull request #60 from anand2312/develop
Browse files Browse the repository at this point in the history
chore: move pytest to dev-dependencies
  • Loading branch information
J0 committed Oct 13, 2021
2 parents c099a7a + 78d6b81 commit 6b76a9a
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 @@ -10,12 +10,12 @@ python = "^3.7.1"
postgrest-py = "^0.5.0"
realtime-py = "^0.1.2"
gotrue = "0.2.0"
pytest = "^6"
requests = "2.25.1"

[tool.poetry.dev-dependencies]
pre_commit = "^2.1.0"
black = "^21.7b0"
pytest = "^6.2.5"

[build-system]
requires = ["poetry>=0.12", "setuptools>=30.3.0,<50"]
Expand Down

0 comments on commit 6b76a9a

Please sign in to comment.