Skip to content
Snippets Groups Projects
Commit 5f19629d authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-528: import psycopg2 library

parent b69e146d
No related branches found
No related tags found
1 merge request!193Resolve L2SS-528 "Timescaledb defaults"
......@@ -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
......
......@@ -4,6 +4,7 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment