Fix pyproject.toml key

This commit is contained in:
Charlie Marsh
2022-08-28 14:21:44 -04:00
parent 816bb88e3b
commit ea9fde14f6
7 changed files with 114 additions and 65 deletions

View File

@@ -5,7 +5,7 @@ description = ""
authors = ["Charles Marsh <charlie.r.marsh@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.10,<3.11"
autoflake = "^1.4"
flake8 = "^5.0.4"
matplotlib = "^3.5.3"