Fix: dependencis

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

View File

@ -12,7 +12,7 @@ AUTHOR = 'Thomas Klaehn'
EMAIL = 'tkl@blackfinn.de' EMAIL = 'tkl@blackfinn.de'
PACKAGES = ['bicycle_statistics', 'gpx_parser', 'gpx2html'] PACKAGES = ['bicycle_statistics', 'gpx_parser', 'gpx2html']
SCRIPTS = ['example-gpx-parser', 'bicycle-stat'] SCRIPTS = ['example-gpx-parser', 'bicycle-stat']
REQUIRES = ['geopy', 'gpxpy', 'matplotlib', 'numpy', 'pandas'] REQUIRES = ['cython', 'geopy', 'gpxpy', 'matplotlib', 'numpy', 'pandas']
SERVICEDIR = "/lib/systemd/system" SERVICEDIR = "/lib/systemd/system"