diff --git a/salomon.csv b/salomon.csv
index 4d6c6678911b5ba7caba5ea4c74ebc08f8625977..c9b57532eed4cc576018f750bc5341af2e1dcd42 100644
--- a/salomon.csv
+++ b/salomon.csv
@@ -1367,6 +1367,7 @@ Py/2.7,2
 Py/3.6,2
 pybtex/0.21-Py-3.6,2
 PyCairo/1.10.0-Python-2.7.13-base,2
+PyDispatcher/2.0.5-Py-3.6,2
 PyGObject/2.28.6-Python-2.7.13-base,2
 PyGTK/2.24.0-Python-2.7.13-base,2
 pylint/1.7.2-Python-2.7.13-base,2
@@ -1579,6 +1580,7 @@ Szip/2.1-intel-2015b,2
 Szip/2.1-intel-2016.01,2
 Szip/2.1-intel-2017.00,2
 Szip/2.1-intel-2017a,2
+tabulate/0.8.2-Py-3.6,2
 Tar/1.29,2
 tbb/2017.6.196,2
 tbb/4.3.5.187,2
diff --git a/salomon.md b/salomon.md
index 27cf7bd5d8ba7d7931c1fa779df3e6222ae4f3dc..35b0847daa7bcbf72dcba0f9d6421eb03dc36fcf 100644
--- a/salomon.md
+++ b/salomon.md
@@ -389,6 +389,7 @@
 | [pluggy](https://github.com/pytest-dev/pluggy) | Plugin and hook calling mechanisms for python. |
 | [pudb](https://pypi.python.org/pypi/pudb) | PuDB is a full-screen, console-based visual debugger for Python. |
 | [pybtex](https://pypi.python.org/pypi/pybtex) | A BibTeX-compatible bibliography processor in Python. |
+| [PyDispatcher](https://pypi.python.org/pypi/PyDispatcher) | Multi-producer-multi-consumer signal dispatching mechanism. |
 | [pymatgen](https://pypi.python.org/pypi/pymatgen) | Python Materials Genomics is a robust materials analysis code that defines core object representations for structures and molecules with support for many electronic structure codes. It is currently the core analysis code powering the Materials Project (https://www.materialsproject.org). |
 | [pyparsing](http://pyparsing.wikispaces.com) | The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. |
 | [pytest](http://pytest.org) | Simple powerful testing with Python |
@@ -404,6 +405,7 @@
 | [six](https://github.com/benjaminp/six) | Python 2 and 3 compatibility library. |
 | [spglib-python](https://pypi.python.org/pypi/spglib) | Spglib for Python. Spglib is a library for finding and handling crystal symmetries written in C. |
 | [sympy](http://sympy.org/) | SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries. |
+| [tabulate](https://pypi.python.org/pypi/tabulate) | Pretty-print tabular data. |
 | [tornado](https://pypi.python.org/pypi/tornado) | Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. |
 | [urllib3](https://pypi.python.org/pypi/urllib3) | HTTP library with thread-safe connection pooling, file post, and more. |
 | [virtualenv](https://pypi.python.org/pypi/virtualenv) | Virtual Python Environment builder. |