Skip to content

Commit

Permalink
fix: Move types packages to dev-dependencies (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored May 6, 2024
1 parent 966bc8e commit 8050904
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
29 changes: 14 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ pytz = "*"
PyYAML = ">=5.4.1,<7"
requests = "^2.31.0"
MarkupSafe = "^2.0"
types-beautifulsoup4 = "^4.12.0.20240229"
types-pyyaml = "^6.0.12.20240311"
types-pytz = "^2024.1.0.20240417"



[tool.poetry.scripts]
Expand All @@ -51,6 +47,9 @@ pytest = "^6.2.5"
mypy = "^1.10.0"
types-requests = "^2.31.0"
types-pygments = "^2.17.0.20240310"
types-beautifulsoup4 = "^4.12.0.20240229"
types-pyyaml = "^6.0.12.20240311"
types-pytz = "^2024.1.0.20240417"


[build-system]
Expand Down

0 comments on commit 8050904

Please sign in to comment.