Skip to content

Commit f562b6e

Browse files
committed
moved yapf to dev dependencies (from production), added toml for yapf to parse pyproject.toml
1 parent cb09554 commit f562b6e

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

poetry.lock

+14-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ readme = "README.md"
1010
python = "^3.7.1"
1111
requests = "^2.28.1"
1212
typing-extensions = "^4.4.0"
13-
yapf = "^0.32.0"
1413
pandas = "^1.2.2"
1514

1615
[tool.poetry.group.dev.dependencies]
1716
mock = "^4.0.3"
1817
pytest = "^7.2.0"
18+
toml = "^0.10.2"
19+
yapf = "^0.32.0"
1920

2021
[build-system]
2122
requires = ["poetry-core"]

0 commit comments

Comments
 (0)