aboutsummaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst26
1 files changed, 22 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index d8309ab..4067296 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -49,15 +49,25 @@ Requirements
- Numpy_
- Scipy_
- - matplotlib_
- atpublic_
- fastdtw_
- asn1crypto_
+ - h5py_
+ - holoviews_
+ - bokeh_
+ - datashader_
+ - matplotlib_
+ - xarray_
- **Optionally**:
- - picosdk_
- - picoscope_
- - chipwhisperer_
+ - **Oscilloscope support:**
+
+ - picosdk_
+ - picoscope_
+ - chipwhisperer_
+ - **Smartcard support:**
+
+ - pyscard_
*pyecsca* contains data from the `Explicit-Formulas Database`_ by Daniel J. Bernstein and Tanja Lange.
@@ -69,6 +79,7 @@ Testing
- nose2_
- green_
+ - parameterized_
- mypy_
- flake8_
- coverage_
@@ -114,11 +125,18 @@ this support is very appreciated.
.. _atpublic: https://public.readthedocs.io/
.. _fastdtw: https://github.com/slaypni/fastdtw
.. _asn1crypto: https://github.com/wbond/asn1crypto
+.. _h5py: https://www.h5py.org/
+.. _holoviews: https://holoviews.org
+.. _bokeh: https://bokeh.org
+.. _datashader: https://datashader.org
+.. _xarray: https://xarray.pydata.org/en/stable/
.. _picosdk: https://github.com/picotech/picosdk-python-wrappers/
.. _picoscope: https://github.com/colinoflynn/pico-python
.. _chipwhisperer: https://github.com/newaetech/chipwhisperer
+.. _pyscard: https://pyscard.sourceforge.io/
.. _nose2: https://nose2.readthedocs.io
.. _green: https://github.com/CleanCut/green
+.. _parameterized: https://github.com/wolever/parameterized
.. _mypy: http://mypy-lang.org/
.. _flake8: https://flake8.pycqa.org/
.. _coverage: https://coverage.readthedocs.io/