Skip to content

Commit

Permalink
chore: move pytest to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anand2312 committed Oct 12, 2021
1 parent 74e3cf1 commit 78d6b81
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 78d6b81

Please sign in to comment.