leandcesar / themoviedb

A modern and easy to use API wrapper for The Movie Database (TMDb) API v3 written in Python.
https://pypi.org/project/themoviedb
MIT License
25 stars 7 forks source link

Consider making aiohttp an optional dependency #22

Open tobiasge opened 1 year ago

tobiasge commented 1 year ago

I only use the sync part of the library and it would be nice if I could only install the dependencies needed for this. If you think this would be a good idea, I can prepare a PR for this.