Skip to content

Commit c157b3f

Browse files
committed
Documented hard dependencies in the README.
1 parent 010eebd commit c157b3f

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release 1.0.1
2+
=========================================
3+
4+
* Added documentation of "hard" dependencies to the README.
5+
6+
---------------
7+
18
Release 1.0.0
29
=========================================
310

README.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,23 @@ To install **Highcharts Maps for Python**, just execute:
7878
7979
$ pip install highcharts-maps
8080
81+
Before you install, please be aware of the following "hard" dependencies:
82+
83+
* Python 3.10 or higher
84+
* Highcharts Maps (JS) v.10.2 or higher (not technically a Python dependency, but
85+
it won't work with earlier versions of Highcharts)
86+
* `Highcharts Core for Python <https://core-docs.highchartspython.com/en/latest/>`__ v.1.0 or higher
87+
* `esprima-python <https://github.com/Kronuz/esprima-python>`__ v.4.0 or higher
88+
* `requests <https://requests.readthedocs.io/en/latest/>`__ v.2.28 or higher
89+
* `validator-collection <https://validator-collection.readthedocs.io/en/latest/>`__
90+
v.1.5 or higher
91+
* `topojson <https://mattijn.github.io/topojson/>`__ v.1.5 or higher
92+
* `geojson <https://github.com/jazzband/geojson/>`__ v.3.0 or higher
93+
94+
You can find more information about soft and development dependencies in the
95+
`complete documentation <https://maps-docs.highchartspython.com/en/latest/#dependencies>`__.
96+
97+
8198
-------------
8299

83100
*********************************

highcharts_maps/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0'
1+
__version__ = '1.0.1'

0 commit comments

Comments
 (0)