Skip to content

Commit

Permalink
Move areresponses to dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 13, 2021
1 parent 92a8340 commit fb01cf8
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 54 deletions.
81 changes: 42 additions & 39 deletions poetry.lock

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

30 changes: 15 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,27 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.8"
pydantic = "^1.8.0"
aiohttp = "^3.8.1"
aresponses = "^2.1.4"
pydantic = "^1.8.0"
python = "^3.8"

[tool.poetry.dev-dependencies]
aresponses = "^2.1.4"
bandit = "^1.7.0"
black = "^21.12b0"
blacken-docs = "^1.12.0"
codespell = "^2.1.0"
coverage = {version = "^6.2", extras = ["toml"]}
darglint = "^1.8.1"
flake8 = "^4.0.1"
flake8-bandit = "^2.1.2"
flake8-bugbear = "^21.11.29"
flake8-builtins = "^1.5.3"
flake8-comprehensions = "^3.7.0"
flake8-docstrings = "^1.6.0"
flake8-eradicate = "^1.2.0"
flake8-markdown = "^0.3.0"
flake8-simplify = "^0.14.2"
isort = "^5.10.1"
mypy = "^0.910"
pre-commit = "^2.16.0"
Expand All @@ -46,20 +56,10 @@ pylint = "^2.12.2"
pytest = "^6.2.5"
pytest-asyncio = "^0.16.0"
pytest-cov = "^3.0.0"
yamllint = "^1.26.3"
pyupgrade = "^2.29.1"
flake8-simplify = "^0.14.2"
vulture = "^2.3"
flake8-bandit = "^2.1.2"
flake8-bugbear = "^21.11.29"
flake8-builtins = "^1.5.3"
flake8-comprehensions = "^3.7.0"
flake8-eradicate = "^1.2.0"
flake8-markdown = "^0.3.0"
darglint = "^1.8.1"
safety = "^1.10.3"
codespell = "^2.1.0"
bandit = "^1.7.0"
vulture = "^2.3"
yamllint = "^1.26.3"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/frenck/python-open-meteo/issues"
Expand Down

0 comments on commit fb01cf8

Please sign in to comment.