Skip to content

Commit 1cb7f64

Browse files
committed
Added hard dependency documentation to README.
1 parent 5ad2188 commit 1cb7f64

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Release 1.0.1
2+
=========================================
3+
4+
* Added documentation of "hard" dependencies to the README.
5+
* Fixed broken links in documentation to ``options.plot_options.heatmap.HeatmapOptions``
6+
and ``options.plot_options.heatmap.TilemapOptions``.
7+
8+
------------------
9+
110
Release 1.0.0
211
=========================================
312

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,20 @@ To install **Highcharts Gantt for Python**, just execute:
7777
7878
$ pip install highcharts-gantt
7979
80+
Before you install, please be aware of the following "hard" dependencies:
81+
82+
* Python 3.10 or higher
83+
* Highcharts Gantt (JS) v.10.3 or higher (not technically a Python dependency, but
84+
it won't work with earlier versions of Highcharts Stock)
85+
* `Highcharts Stock for Python <https://stock-docs.highchartspython.com/en/latest/>`__ v.1.0 or higher
86+
* `esprima-python <https://github.com/Kronuz/esprima-python>`__ v.4.0 or higher
87+
* `requests <https://requests.readthedocs.io/en/latest/>`__ v.2.28 or higher
88+
* `validator-collection <https://validator-collection.readthedocs.io/en/latest/>`__
89+
v.1.5 or higher
90+
91+
You can find more information about soft and development dependencies in the
92+
`complete documentation <https://gantt-docs.highchartspython.com/en/latest/#dependencies>`__.
93+
8094
-------------
8195

8296
*********************************

highcharts_gantt/__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)