From 2368fea672665152f83673ad26253c75ce247470 Mon Sep 17 00:00:00 2001 From: Simba Zhang Date: Wed, 17 Aug 2016 23:57:55 -0700 Subject: [PATCH] Upgrade to the latest pgoapi. (#4206) * Upgrade to the latest pgoapi. 8c1c17637be0aa679d92e582e6c4dd1370a3ac00 * Changed for pgoapi upgrade. * Upgrade for new pogapi version. --- pokemongo_bot/api_wrapper.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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