diff --git a/docker-compose/jupyter/Dockerfile b/docker-compose/jupyter/Dockerfile
index 5393cece6a74ff1de85e9c37ce6a8307e3a66cf5..122a2d83f29591e6dea88f0ec53e8f8b1d96ced8 100644
--- a/docker-compose/jupyter/Dockerfile
+++ b/docker-compose/jupyter/Dockerfile
@@ -47,7 +47,7 @@ RUN sudo pip3 install python-logstash-async
 COPY jupyter-notebook /usr/local/bin/jupyter-notebook
 
 #Install further python modules
-RUN sudo pip3 install PyMySQL[rsa] sqlalchemy
+RUN sudo pip3 install PyMySQL[rsa] psycopg2-binary sqlalchemy
 
 # Packages to interface with testing hardware directly
 RUN sudo pip3 install pyvisa pyvisa-py opcua
diff --git a/tangostationcontrol/requirements.txt b/tangostationcontrol/requirements.txt
index b1620255b5a45c9e3f653661e65de6732fd93a07..359d803b6d959d5029b51580bcb36411fc420c48 100644
--- a/tangostationcontrol/requirements.txt
+++ b/tangostationcontrol/requirements.txt
@@ -4,10 +4,11 @@
 
 asyncua >= 0.9.90 # LGPLv3
 PyMySQL[rsa] >= 1.0.2 # MIT
+psycopg2-binary >= 2.9.2 #LGPL
 sqlalchemy >= 1.4.26 #MIT
 GitPython >= 3.1.24 # BSD
 snmp >= 0.1.7 # GPL3
 h5py >= 3.5.0 # BSD
 psutil >= 5.8.0 # BSD
 docker >= 5.0.3 # Apache 2
-python-logstash-async >= 2.3.0 # MIT
\ No newline at end of file
+python-logstash-async >= 2.3.0 # MIT