Skip to content

Commit 6b76a9a

Browse files
authored
Merge pull request #60 from anand2312/develop
chore: move pytest to dev-dependencies
2 parents c099a7a + 78d6b81 commit 6b76a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ python = "^3.7.1"
1010
postgrest-py = "^0.5.0"
1111
realtime-py = "^0.1.2"
1212
gotrue = "0.2.0"
13-
pytest = "^6"
1413
requests = "2.25.1"
1514

1615
[tool.poetry.dev-dependencies]
1716
pre_commit = "^2.1.0"
1817
black = "^21.7b0"
18+
pytest = "^6.2.5"
1919

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

0 commit comments

Comments
 (0)