diff --git a/salomon.csv b/salomon.csv
index 5e0966cf714613da6533d50f76626bdc4611231f..d8d26675f2fab3d60f205754a35a323e7602da93 100644
--- a/salomon.csv
+++ b/salomon.csv
@@ -397,6 +397,7 @@ freetype/2.6.3-intel-2016a,2
 freetype/2.7.1-GCCcore-6.3.0-libpng-1.6.29,2
 freetype/2.7.1-libpng-1.6.29,2
 freetype/2.8,2
+gast/0.2.0-Py-3.6,2
 GATK/2.6-5-Java-1.7.0_79,2
 GATK/3.5-Java-1.7.0_79,2
 GCC/4.4.7-system,2
@@ -522,6 +523,7 @@ GROMACS/5.0.4-ictce-7.3.5-hybrid-single,2
 GROMACS/5.1.2-foss-2015g-hybrid-single-PLUMED,2
 GROMACS/5.1.4-foss-2016a-hybrid-single-PLUMED,2
 GROMACS/5.1.4-foss-2016a-hybrid-single-PLUMED-v2,2
+grpcio/1.9.1-Py-3.6,2
 GSL/1.16-intel-2015b,2
 GSL/2.1-foss-2016a,2
 GSL/2.3-foss-2017a,2
diff --git a/salomon.md b/salomon.md
index 56abd39128a0ec4b5a53b6e69ba79524fb72b68f..28019af58777bb4c9164712b68b25b77d3796892 100644
--- a/salomon.md
+++ b/salomon.md
@@ -376,6 +376,8 @@
 | [dask](https://pypi.python.org/pypi/dask) | Parallel PyData with Task Scheduling. |
 | [decorator](https://pypi.python.org/pypi/decorator) | Better living through Python with decorators. |
 | [Flask](https://pypi.python.org/pypi/flask) | A microframework based on Werkzeug, Jinja2 and good intentions. |
+| [gast](https://pypi.python.org/pypi/gast) | Python AST that abstracts the underlying Python version |
+| [grpcio](https://pypi.python.org/pypi/grpcio) | HTTP/2-based RPC framework |
 | [h5py](http://www.h5py.org/) | HDF5 for Python (h5py) is a general-purpose Python interface to the Hierarchical Data Format library, version 5. HDF5 is a versatile, mature scientific software library designed for the fast, flexible storage of enormous amounts of data. |
 | [html5lib](https://pypi.python.org/pypi/html5lib) | HTML parser based on the WHATWG HTML specification. |
 | [itsdangerous](https://pypi.python.org/pypi/itsdangerous) | Various helpers to pass trusted data to untrusted environments and back. |