diff --git a/pokemongo_bot/api_wrapper.py b/pokemongo_bot/api_wrapper.py index 2c51f32ff2..8730a63995 100644 --- a/pokemongo_bot/api_wrapper.py +++ b/pokemongo_bot/api_wrapper.py @@ -6,7 +6,7 @@ NoPlayerPositionSetException, EmptySubrequestChainException, UnexpectedResponseException) from pgoapi.pgoapi import PGoApi, PGoApiRequest, RpcApi -from pgoapi.protos.POGOProtos.Networking.Requests_pb2 import RequestType +from pgoapi.protos.POGOProtos.Networking.Requests.RequestType_pb2 import RequestType from human_behaviour import sleep diff --git a/requirements.txt b/requirements.txt index adeeabab87..acce31303f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.11.0 networkx==1.11 --e git+https://github.com/keyphact/pgoapi.git@a2755eb42dfe49e359798d2f4defefc97fb8163d#egg=pgoapi +-e git+https://github.com/keyphact/pgoapi.git@8c1c17637be0aa679d92e582e6c4dd1370a3ac00#egg=pgoapi geopy==1.11.0 protobuf==3.0.0b4 requests==2.10.0