From: Jackie Huang Date: Sun, 8 May 2022 10:02:05 +0000 (+0800) Subject: requirements.txt: remove the double requirement X-Git-Tag: 2.0.0-rc1~51 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=1c5999c04742b704a3b78fe9acecba09d41f0d11;p=pti%2Fo2.git requirements.txt: remove the double requirement Remove the double requirement to fix: ERROR: Double requirement given: ruamel.yaml==0.17.17 (from -r /oran-o2/git/o2/requirements.txt (line 18)) (already in ruamel.yaml>=0.17.1 (from -r /oran-o2/git/o2/requirements.txt (line 8)), name='ruamel.yaml') Issue-ID: INF-271 Signed-off-by: Jackie Huang Change-Id: I00a7526bdaf03d92f0c312c0168433046d4b5534 --- diff --git a/requirements.txt b/requirements.txt index 4ba1a7f..8fa5839 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ redis psycopg2-binary cotyledon PyYAML>=5.4.1 -ruamel.yaml>=0.17.1 Cython>=3.0a1