Skip to content

Commit

Permalink
Changing the pgoapi tag on requirements.txt (#5791)
Browse files Browse the repository at this point in the history
The tag set '1a112879f424b518f994b99f43859dd95cd43fdf' is not the right tag that pgoapi devs set on their branch... and when you use it, it will say: `Could not find a tag or branch '1a112879f424b518f994b99f43859dd95cd43fdf', assuming commit.`

And `pip` will not update your `pgoapi` copy...
  • Loading branch information
Chris Lomuntad authored and solderzzc committed Nov 8, 2016
1 parent c45f4ac commit c346f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.11.0
networkx==1.11
-e git+https://github.com/pogodevorg/pgoapi.git/@1a112879f424b518f994b99f43859dd95cd43fdf#egg=pgoapi
-e git+https://github.com/pogodevorg/pgoapi.git/@v0.43.3-alpha#egg=pgoapi
geopy==1.11.0
geographiclib==1.46.3
protobuf==3.0.0b4
Expand Down

0 comments on commit c346f34

Please sign in to comment.