some pyproject updates, this is broken

This commit is contained in:
Anthony Cicchetti 2023-10-13 12:26:21 -04:00
parent 9afbf56996
commit 722148dd2f
2 changed files with 702 additions and 676 deletions

1374
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@ license = "GPL-3.0-only"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.6" python = "^3.6"
dataclasses = "python_version < 3.7" dataclasses = { version = "*", python = "<3.7" }
aiohttp = "^3.8.1" aiohttp = "^3.8.1"
aiofiles = "^0.8.0" aiofiles = "^0.8.0"
deepdiff = "^5.7.0" deepdiff = "^5.7.0"
@ -24,7 +24,7 @@ Cerberus = "^1.3.4"
dateparser = "^1.1.0" dateparser = "^1.1.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
setuptools = "^51.0.0" setuptools = "*"
flake8 = "^4.0.1" flake8 = "^4.0.1"
[build-system] [build-system]