Compare commits

..

1 Commits

Author SHA1 Message Date
Thomas Klaehn
308885cf45 Fix: dependencis 2020-01-08 12:07:54 +01:00

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 = ['pandas', 'cython', 'geopy', 'gpxpy', 'matplotlib', 'numpy'] REQUIRES = ['cython', 'geopy', 'gpxpy', 'matplotlib', 'numpy', 'pandas']
SERVICEDIR = "/lib/systemd/system" SERVICEDIR = "/lib/systemd/system"