diff --git a/requirements.txt b/requirements.txt index 7031be5..0321add 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,3 @@ click==7.0 PyYAML==5.1.1 openpyxl==2.6.2 - -git+https://opendev.org/airship/spyglass.git#egg=spyglass \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt index 51eeae2..b4c3e4b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,3 +6,6 @@ hacking==1.1.0 # Security bandit==1.6.0 + +# Installs Spyglass for independent tests, but not in requirements.txt since Spyglass will always install this plugin +git+https://opendev.org/airship/spyglass.git#egg=spyglass