Skip to content

Commit 78d6b81

Browse files
committed
chore: move pytest to dev-dependencies
1 parent 74e3cf1 commit 78d6b81

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)