From c6845c082e3db4d1144e9c662ee24b200fb5cc54 Mon Sep 17 00:00:00 2001 From: Christian Jacobs Date: Mon, 2 Apr 2018 17:30:49 +0100 Subject: [PATCH] Updated dependency list. --- README.md | 11 ++++------- requirements.txt | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8b54eb5..519debd 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,10 @@ but the complete list is given below: * python3-matplotlib (version 1.3.0 or later) * python3-numpy * libxcb-render0-dev -* python3-cairocffi -* libproj-dev (version 4.9.0 or later) -* libgeos-dev (version 3.3.3 or later) -* [cartopy](http://scitools.org.uk/cartopy/) (for drawing the world map and grey line) -* [geocoder](https://pypi.python.org/pypi/geocoder) (for QTH lookups) -* python3-sphinx (for building the documentation) -* python3-hamlib (for Hamlib support) +* [cartopy](http://scitools.org.uk/cartopy/), for drawing the world map. This package depends on python3-cairocffi, cython, libproj-dev (version 4.9.0 or later), and libgeos-dev (version 3.3.3 or later). +* [geocoder](https://pypi.python.org/pypi/geocoder), for QTH lookups. +* python3-sphinx, for building the documentation. +* python3-hamlib, for Hamlib support. ### Hamlib support diff --git a/requirements.txt b/requirements.txt index 44036ba..f309b62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy matplotlib>=1.3.0 -cartopy>=0.16.0 cairocffi +cartopy>=0.16.0 sphinx geocoder