twitchtv / igdb-api-python

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

Move protobuf to default package #2

Closed sergej-laufer closed 4 years ago

sergej-laufer commented 4 years ago

The Protobuf package is needed when using the igdbapi_pb2 module.

So moving protobuf to the default packages makes this project work out of the box, without the need to install any other dependencies.