From a124b9c8095c8a4b08954160f9651db1ac837863 Mon Sep 17 00:00:00 2001 From: Jon Grace-Cox Date: Sun, 3 Jan 2021 18:39:49 -0500 Subject: [PATCH] Fix wrong dependency issue. The dependency on python-ffmpeg should be to ffmpeg-python. https://github.com/alexis-mignon/pygpmf/issues/1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 873e242..a4abd39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy matplotlib gpxpy -python-ffmpeg +ffmpeg-python geopandas descartes contextily