Skip to content

Commit

Permalink
Require sparse_list 0.6 or greater
Browse files Browse the repository at this point in the history
Following a rapid upstream release, this should get the tests in #1117 to pass against Python 3.
  • Loading branch information
acdha authored and wetneb committed Jul 29, 2019
1 parent 0fbf379 commit b527ba2
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 @@ -14,7 +14,7 @@

install_requires = [
'Django>=1.11',
'sparse_list',
'sparse_list>=0.6',
]

tests_require = [
Expand Down

0 comments on commit b527ba2

Please sign in to comment.