bosch-thermostat / bosch-thermostat-client-python

Python3 asyncio package to talk to Bosch thermostat devices.
Apache License 2.0
23 stars 20 forks source link

Remove outdated requirements.txt #45

Closed slovdahl closed 1 month ago

slovdahl commented 1 month ago

The file has been out of sync with pyproject.toml for quite some time, and trying to do e.g. pip install -r requirements.txt doesn't even work (fails on the issue described here https://stackoverflow.com/questions/74553366/yarl-quoting-c19612-fatal-error-longintrepr-h-file-not-found-1-error-ge).

slovdahl commented 1 month ago

Maybe setup.py as well? Looks outdated too.