Skip to content

Commit 6b57c23

Browse files
committed
pyproject.toml: Loosen django restraint to 2.2
Fixes datadvance#77
1 parent f868611 commit 6b57c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ asgiref = "^3"
5353
backports-datetime-fromisoformat = {version = "^1", python = "~3.6"}
5454
channels = "^3"
5555
dataclasses = {version = "^0.7", python = "~3.6"}
56-
Django = "^3"
56+
Django = ">=2.2"
5757
graphene = "^2.1"
5858
graphql-core = ">=2.2"
5959
msgpack = ">=0.6.1, <2"

0 commit comments

Comments
 (0)