jcarbaugh / python-roku

Screw remotes. Control your Roku with Python.
https://pypi.python.org/pypi/roku
BSD 3-Clause "New" or "Revised" License
288 stars 94 forks source link

Required Requests version to old #45

Closed darkfiberiru closed 4 years ago

darkfiberiru commented 4 years ago

Home assistant requires a newer version of requests. Can we support a newer version of requests library?

warrant 0.6.1 has requirement requests>=2.13.0, but you'll have requests 2.10.0 which is incompatible.
homeassistant 0.97.2 has requirement requests==2.22.0, but you'll have requests 2.10.0 which is incompatible.
Installing collected packages: requests, roku
  Found existing installation: requests 2.22.0
    Uninstalling requests-2.22.0:
      Successfully uninstalled requests-2.22.0
jcarbaugh commented 4 years ago

@darkfiberiru this has been updated in #47. Will publish a new release soon!