Skip to content

Commit

Permalink
chore(deps): broaden Python 3.6 dependency spec (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Jul 16, 2021
1 parent 929df14 commit 9fff3e2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
38 changes: 25 additions & 13 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ classifiers = [
"Changelog" = "https://github.com/mcous/decoy/releases"

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

[tool.poetry.dev-dependencies]
black = "^21.5b1"
black = { version = "^21.7b0", python = "^3.6.2" }
flake8 = "^3.8.4"
flake8-annotations = "^2.4.1"
flake8-annotations = { version = "^2.6.2", python = "^3.6.2" }
flake8-docstrings = "^1.5.0"
mkdocs = "^1.1.2"
mkdocs-material = "^7.1.10"
Expand Down

0 comments on commit 9fff3e2

Please sign in to comment.