Commit 06c2df7189b1d046f60ced9a0667061f2e54156c

Authored by Goutte
1 parent 9d745474
Exists in master

Add geopy and the … well … weird enum34 python deps.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
requirements.txt
... ... @@ -16,7 +16,8 @@ jsmin==2.2.1
16 16 pyyaml==5.1.2
17 17 Markdown==3.1.1
18 18 numpy==1.16.5
19   -
  19 +enum34==1.1.6
  20 +geopy==1.20.0
20 21  
21 22 # Testing
22 23 pytest==3.0.5
... ...