Fix: dependencis

This commit is contained in:
Thomas Klaehn 2020-01-08 12:07:54 +01:00
parent d65eeaf0fd
commit 22f452cb37

View File

@ -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"