Skip to content

Commit

Permalink
unpin openpxyl version; possibly pypy bug is fixed? (Issue on bitbuck…
Browse files Browse the repository at this point in the history
…et looks closed, not 100% sure fix was released)
  • Loading branch information
Wooble committed Jan 20, 2016
1 parent c664e16 commit 8d7507a
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 @@ -36,7 +36,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
install_requires=['openpyxl<2.3', 'lxml<=3.4.4', 'requests',
install_requires=['openpyxl', 'lxml<=3.4.4', 'requests',
'six', 'arrow', 'click'],
tests_require=['httmock', 'mock'],
entry_points={
Expand Down

0 comments on commit 8d7507a

Please sign in to comment.