updated py version

This commit is contained in:
Christopher Pickering 2021-09-20 17:28:58 +02:00
parent 8b2448644b
commit 2cf720bd43
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ max_line_length = 99
quiet = true
[tool.poetry.dependencies]
python = "^3.7.0,<4.0"
python = "^3.6.2,<4.0"
click = "^8.0.1"
PyYAML = "^5.4.1"
colorama = "^0.4.4"

View file

@ -2,4 +2,4 @@
ignore_missing_imports = True
[flake8]
ignore = D103, F401, E501, W503, SIM114
ignore = D103, F401, E501, W503, SIM114, D403