Skip to content

Commit 1e96280

Browse files
authored
Comment out invalid poetry dependency section
1 parent 8466380 commit 1e96280

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ docs = [
5656
"pydata-sphinx-theme",
5757
]
5858

59-
[tool.poetry.group.dev-dependencies.dependencies]
60-
pre-commit = "^2.20.0"
61-
requests = "^2.28.1"
62-
six = "^1.16.0"
59+
# [tool.poetry.group.dev-dependencies.dependencies]
60+
# pre-commit = "^2.20.0"
61+
# requests = "^2.28.1"
62+
# six = "^1.16.0"
6363

6464
[tool.poetry.scripts]
6565
pyscript = "pyscript.cli:app"

0 commit comments

Comments
 (0)