Skip to content

Commit

Permalink
Merge pull request #43 from pvizeli/patch-1
Browse files Browse the repository at this point in the history
Fix issue with Cython and Python3.7
  • Loading branch information
iantrich authored Aug 4, 2019
2 parents 586e4c3 + 3819968 commit f8d0eed
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 @@ -15,7 +15,7 @@
url='https://github.com/jcarbaugh/python-roku',
packages=find_packages(),
install_requires=[
'lxml>=3.6,<3.7',
'lxml>=4.4.0,<4.5.0',
'requests>=2.10,<2.11',
'six'
],
Expand Down

0 comments on commit f8d0eed

Please sign in to comment.