arraylabs / pymyq

Python wrapper for MyQ API
MIT License
112 stars 42 forks source link

Remove multidict from requirements.txt #70

Closed evanugarte closed 3 years ago

evanugarte commented 3 years ago

Resolves #69. Based on @dseven's suggestion, multidict was removed as a package from requirements.txt.

Testing

  1. In the project directory, run python3 -m pip install -r requirements.txt
  2. Ensure there are no warnings or errors with the install process like below: image