Skip to content

Commit

Permalink
fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwegner committed Aug 20, 2020
1 parent 5e8ad39 commit 2b27e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
],
extras_require={
"django-lts": [
"django-jsonfield-backport>=1.0.0<2",
"django-jsonfield-backport>=1.0.0,<2",
]
},
test_suite="runtests.runtests",
Expand Down

0 comments on commit 2b27e31

Please sign in to comment.