X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=requirements.txt;h=ce63496ff89ceee07a108cbbdc2940f15ad0ac07;hb=090dbf300bf4e20cf1571afdc21792789a768abd;hp=df251865f8bc248b820ca4eddb4904b40a7e1ecd;hpb=4151a1dd63510dcdc0ffadc4c49a1eff38472dc5;p=vvp%2Fvalidation-scripts.git diff --git a/requirements.txt b/requirements.txt index df25186..ce63496 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,16 +37,20 @@ # # -pytest==3.7.4 -PyYAML==3.13 -pytest-tap==2.3 -boltons==18.0.1 -xlsxwriter==1.1.2 -docutils==0.14 -requests==2.20.0 +pytest>=3.7,<3.8 +PyYAML>=5.1,<5.2 +boltons>=19.1,<19.2 +xlsxwriter==1.1.8 +docutils>=0.15,<0.16 +requests>=2.22,<2.23 appdirs==1.4.3 -jinja2==2.10 +jinja2>=2.10,<2.11 six==1.12.0 pyinstaller mock openstack-heat +cached-property>=1.5,<1.6 +bandit +black ; python_version>="3.6" +pre-commit +flake8