diff --git a/compare_stops.py b/compare_stops.py index c3459b2..27e47be 100644 --- a/compare_stops.py +++ b/compare_stops.py @@ -2,12 +2,9 @@ Compare OSM stops to NVBW or DELFI provided stops. """ import argparse -import geojson -import sys import spatialite import sqlite3 -import traceback from osm_stop_matcher.StatisticsUpdater import StatisticsUpdater from osm_stop_matcher.MatchPicker import MatchPicker diff --git a/requirements.txt b/requirements.txt index 57c907c..b50f780 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -geojson==2.5.0 haversine==2.3.0 ngram==4.0.3 osmium==3.2.0