From 22f452cb37a7b29ed42f376b10ba9d28eaf5eab6 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Wed, 8 Jan 2020 12:07:54 +0100 Subject: [PATCH] Fix: dependencis --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be26a7a..c9e85c2 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ AUTHOR = 'Thomas Klaehn' EMAIL = 'tkl@blackfinn.de' PACKAGES = ['bicycle_statistics', 'gpx_parser', 'gpx2html'] SCRIPTS = ['example-gpx-parser', 'bicycle-stat'] -REQUIRES = ['geopy', 'gpxpy', 'matplotlib', 'numpy', 'pandas'] +REQUIRES = ['pandas', 'cython', 'geopy', 'gpxpy', 'matplotlib', 'numpy'] SERVICEDIR = "/lib/systemd/system"