twitchtv / igdb-api-python

Python wrapper for IGDB API version 4
MIT License
74 stars 9 forks source link

Package variant without protobuf support #15

Open forana opened 2 years ago

forana commented 2 years ago

For my use case, I do not need the protobuf support. It seems like it's entirely additional and this package can be used without them completely - it would be nice to have a version available that does not pull in this extra dependency.

(Ideally, there would be a package igdb-api-v4 with an "extra" available for protobuf support - igdb-api-v4[protobuf] - but I understand this might break existing setups)