diff --git a/docker-compose/itango/lofar-requirements.txt b/docker-compose/itango/lofar-requirements.txt index 66cdfeefe6264fece139a955bdaa481bf2476bdb..b193887dbfdb59a4bc143ce6dd48a720ec5ad00c 100644 --- a/docker-compose/itango/lofar-requirements.txt +++ b/docker-compose/itango/lofar-requirements.txt @@ -2,5 +2,3 @@ parso == 0.7.1 jedi == 0.17.2 astropy -GitPython >= 3.1.24 # BSD -python-logstash-async diff --git a/docker-compose/lofar-device-base/lofar-requirements.txt b/docker-compose/lofar-device-base/lofar-requirements.txt index 6900aeb05149a31cb124b218da3f96a6664e9e13..3a215b1d98d9324b11a0ba2765f19a5e6d85a3ff 100644 --- a/docker-compose/lofar-device-base/lofar-requirements.txt +++ b/docker-compose/lofar-device-base/lofar-requirements.txt @@ -1,5 +1,2 @@ # Do not put tangostationcontrol dependencies here astropy -python-logstash-async -docker -GitPython >= 3.1.24 # BSD diff --git a/tangostationcontrol/requirements.txt b/tangostationcontrol/requirements.txt index fdef2e56d564d2b75204e888df9e4a7b0155f8a3..e4b3721da998a94d1b066fedf3ecb23cd1278e61 100644 --- a/tangostationcontrol/requirements.txt +++ b/tangostationcontrol/requirements.txt @@ -2,8 +2,10 @@ # order of appearance. Changing the order has an impact on the overall # integration process, which may cause wedges in the gate later. -asyncua -PyMySQL[rsa] -sqlalchemy +asyncua >= 0.9.90 # LGPLv3 +PyMySQL[rsa] >= 1.0.2 # MIT +sqlalchemy >= 1.4.26 #MIT GitPython >= 3.1.24 # BSD -snmp>=0.1.7 # GPL3 +snmp >= 0.1.7 # GPL3 +docker >= 5.0.3 # Apache 2 +python-logstash-async >= 2.3.0 # MIT \ No newline at end of file