diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-05-29 11:28:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-29 11:28:51 +0000 |
commit | 2bc174cdce000e011f43c6eab579bb539df5f033 (patch) | |
tree | f69f256ef8700120ea1f83548d5060b75375f8e8 /build/data_lists | |
parent | d93b67d0dc46c9c7a43807de5ca4106d7e3e32dc (diff) | |
parent | ffc9ffb11165657d554f811f7ccfdd354fea937c (diff) |
Merge "Updating PIP packages list for Dublin"
Diffstat (limited to 'build/data_lists')
-rw-r--r-- | build/data_lists/onap_3.0.x-pip_packages.list | 18 | ||||
-rw-r--r-- | build/data_lists/onap_pip_packages.list | 12 |
2 files changed, 12 insertions, 18 deletions
diff --git a/build/data_lists/onap_3.0.x-pip_packages.list b/build/data_lists/onap_3.0.x-pip_packages.list deleted file mode 100644 index f67c7640..00000000 --- a/build/data_lists/onap_3.0.x-pip_packages.list +++ /dev/null @@ -1,18 +0,0 @@ -CherryPy==17.4.1 -PyMySQL==0.9.3 -backports.functools_lru_cache==1.5 -certifi==2018.11.29 -chardet==3.0.4 -cheroot==6.5.4 -contextlib2==0.5.5 -idna==2.8 -jaraco.functools==2.0 -more_itertools==5.0.0 -portend==2.3 -pytz==2018.9 -requests==2.21.0 -setuptools==40.7.1 -six==1.12.0 -tempora==1.14 -urllib3==1.24.1 -zc.lockfile==1.4 diff --git a/build/data_lists/onap_pip_packages.list b/build/data_lists/onap_pip_packages.list new file mode 100644 index 00000000..ba5cdf7e --- /dev/null +++ b/build/data_lists/onap_pip_packages.list @@ -0,0 +1,12 @@ +Click==7.0 +certifi==2019.3.9 +chardet==3.0.4 +Flask==1.0.3 +idna==2.8 +itsdangerous==1.1.0 +Jinja2==2.10.1 +MarkupSafe==1.1.1 +requests==2.22.0 +setuptools==40.7.1 +urllib3==1.25.3 +Werkzeug==0.15.4 |