From 9dd17615f1c8676537f64b031cbcc759f3995c9b Mon Sep 17 00:00:00 2001 From: Tim G <75188403+trgilmore@users.noreply.github.com> Date: Fri, 18 Jun 2021 12:58:08 -0700 Subject: [PATCH] create requirements.txt quick way to tell people they need to install geopy and geocoder for this to work correctly --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..abf17d4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +geopy==2.1.0 +geocoder==1.38.1