File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,19 +50,16 @@ The **STIX Document Validator** has the following dependencies:
5050 * `libxml2 `_ >= v2.9.1: Required XML processing C
5151 library for ``lxml ``.
5252* `xlrd `_ >= v0.9.2: XLSX library for parsing STIX Profiles.
53- * `ordereddict `_ >= 1.1: A drop-in replacement for ``collections.OrderedDict ``
54- on Python 2.6.
5553
5654.. _Python : http://python.org/download
5755.. _lxml : http://lxml.de/index.html#download
5856.. _libxml2 : http://www.xmlsoft.org/downloads.html
5957.. _xlrd : https://pypi.python.org/pypi/xlrd
60- .. _ordereddict : https://pypi.python.org/pypi/ordereddict
6158
6259For a Windows installer of lxml, we recommend looking here:
6360http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml
6461
65- The **STIX Document Validator ** supports Python 2.6, 2.7, and 3.3 +.
62+ The **STIX Document Validator ** supports Python 3.8 +.
6663
6764
6865Installation
Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ The following libraries are required to use stix-validator:
3939* lxml _ - A Pythonic binding for the C libraries **libxml2 ** and
4040 **libxslt **.
4141* xlrd _ - A library for parsing Microsoft Excel documents
42- * ordereddict _ - A drop-in replacement for ``collections.OrderedDict ``, which
43- is not available in Python 2.6.
4442
4543Each of these can be installed with ``pip `` or by manually downloading packages
4644from PyPI. On Windows, you will probably have the most luck using `pre-compiled
You can’t perform that action at this time.
0 commit comments