Skip to content

Commit d7b2ccf

Browse files
committed
pyproject.toml: Remove python 3.6 backport packages
1 parent 3cc69a1 commit d7b2ccf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ packages = [
5050
python = ">=3.8.0"
5151
aiohttp = "^3"
5252
asgiref = "^3"
53-
backports-datetime-fromisoformat = {version = "^1", python = "~3.6"}
5453
channels = "^3"
55-
dataclasses = {version = "^0.7", python = "~3.6"}
5654
Django = "^3"
5755
graphene = "^2.1"
5856
graphql-core = ">=2.2"
@@ -80,7 +78,6 @@ pytest-django = "*"
8078
pytest-pythonpath = "*"
8179
pytest-xdist = "*"
8280
tox = "*"
83-
types-dataclasses = {version = "*", python = "~3.6"}
8481

8582
# ---------------------------------------------------------------- BLACK
8683
# Black - the uncompromising code formatter.

0 commit comments

Comments
 (0)