minor requirements updates

This commit is contained in:
Dima Gerasimov 2021-02-25 19:38:56 +00:00 committed by karlicoss
parent 0585cc4a89
commit 5ef638694e
4 changed files with 10 additions and 3 deletions

View file

@ -3,6 +3,7 @@ Location data from Google Takeout
"""
REQUIRES = [
'geopy', # checking that coordinates are valid
'ijson',
]
import json