We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc69a1 commit d7b2ccfCopy full SHA for d7b2ccf
pyproject.toml
@@ -50,9 +50,7 @@ packages = [
50
python = ">=3.8.0"
51
aiohttp = "^3"
52
asgiref = "^3"
53
-backports-datetime-fromisoformat = {version = "^1", python = "~3.6"}
54
channels = "^3"
55
-dataclasses = {version = "^0.7", python = "~3.6"}
56
Django = "^3"
57
graphene = "^2.1"
58
graphql-core = ">=2.2"
@@ -80,7 +78,6 @@ pytest-django = "*"
80
78
pytest-pythonpath = "*"
81
79
pytest-xdist = "*"
82
tox = "*"
83
-types-dataclasses = {version = "*", python = "~3.6"}
84
85
# ---------------------------------------------------------------- BLACK
86
# Black - the uncompromising code formatter.
0 commit comments