Skip to content

Commit

Permalink
Merge pull request #73 from dimagi/emord-patch-1
Browse files Browse the repository at this point in the history
Remove version dependency on six
  • Loading branch information
emord authored Feb 14, 2019
2 parents 1c16864 + c200e32 commit d32e9ca
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 @@ -52,7 +52,7 @@
install_requires = [
'jsonobject>=0.9.8',
'cloudant~=2.7',
'six==1.11.0',
'six',
],
provides=['couchdbkit'],
obsoletes=['couchdbkit'],
Expand Down

0 comments on commit d32e9ca

Please sign in to comment.