Skip to content

Commit

Permalink
Fix Error: version conflict: django-flags 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cwdavies committed Aug 18, 2020
1 parent 2371e5e commit 0ff8a2c
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 @@ -2,7 +2,7 @@

install_requires = [
"wagtail>=2.3,<2.11",
"django-flags>=4.2,<5.0",
"django-flags>=4.2,<5.1",
]

testing_extras = ["coverage>=3.7.0"]
Expand Down

0 comments on commit 0ff8a2c

Please sign in to comment.