Skip to content

Commit

Permalink
pyproject.toml: Loosen django restraint to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 1, 2022
1 parent f868611 commit 6b57c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ asgiref = "^3"
backports-datetime-fromisoformat = {version = "^1", python = "~3.6"}
channels = "^3"
dataclasses = {version = "^0.7", python = "~3.6"}
Django = "^3"
Django = ">=2.2"
graphene = "^2.1"
graphql-core = ">=2.2"
msgpack = ">=0.6.1, <2"
Expand Down

0 comments on commit 6b57c23

Please sign in to comment.