Skip to content

Commit

Permalink
up requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalev committed Jan 14, 2022
1 parent c06739a commit f2f472f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ all: aioworkers_consul
isort $<
black $<
mypy --ignore-missing-imports $<
flake8 $<
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.6.2"
aioworkers = ">=0.19"

[tool.poetry.dev-dependencies]
mypy = "^0.812"
flake8 = "^3.9.0"
black = "^20.8b1"
isort = "^5.10.1"
mypy = "^0.931"
flake8 = "^4.0.1"
black = "^21.12b0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit f2f472f

Please sign in to comment.