Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
5f19629d
Commit
5f19629d
authored
3 years ago
by
Stefano Di Frischia
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-528
: import psycopg2 library
parent
b69e146d
No related branches found
No related tags found
1 merge request
!193
Resolve L2SS-528 "Timescaledb defaults"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose/jupyter/Dockerfile
+1
-1
1 addition, 1 deletion
docker-compose/jupyter/Dockerfile
tangostationcontrol/requirements.txt
+2
-1
2 additions, 1 deletion
tangostationcontrol/requirements.txt
with
3 additions
and
2 deletions
docker-compose/jupyter/Dockerfile
+
1
−
1
View file @
5f19629d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
tangostationcontrol/requirements.txt
+
2
−
1
View file @
5f19629d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment