fishbigger / TapoP100

A module for controlling the TP-Link Tapo P100 Plugs
MIT License
567 stars 139 forks source link

Awkward requests dependency #73

Closed mrx23dot closed 1 year ago

mrx23dot commented 2 years ago

pyp100 0.0.17 has requirement requests==2.24.0, but you have requests 2.28.1.

I would change it to requests>=2.24.0 maybe also <3.0.0.0

For a small package lite this pipenv is not worth it.