diff --git a/requirements.txt b/requirements.txt index 0321add..a834b99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -click==7.0 -PyYAML==5.1.1 -openpyxl==2.6.2 +click>=7.0 +PyYAML~=5.1 +openpyxl~=2.6.2 diff --git a/test-requirements.txt b/test-requirements.txt index 0a3d224..b423923 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,5 +15,10 @@ hacking==1.1.0 bandit==1.6.0 safety==1.8.5 -# Installs Spyglass for independent tests, but not in requirements.txt since Spyglass will always install this plugin +# Installs Spyglass and dependencies for independent tests, but not in requirements.txt since Spyglass will always +# install this plugin git+https://opendev.org/airship/spyglass.git#egg=spyglass +click-plugins~=1.1.1 +jinja2~=2.10.1 +jsonschema~=3.0.1 +netaddr~=0.7.19