summaryrefslogtreecommitdiffstats
path: root/requirements-dev.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 700915a1..9bf1117a 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -2,7 +2,7 @@ pytest>=2.7.0
tox>=1.9.2
behave>=1.2.4
black>=22.3.0
-pexpect==3.3
+pexpect==3.3; platform_system != "Windows"
pre-commit>=1.16.0
coverage>=5.0.4
codecov>=1.5.1
@@ -10,3 +10,4 @@ docutils>=0.13.1
autopep8>=1.3.3
twine>=1.11.0
wheel>=0.33.6
+sshtunnel>=0.4.0 \ No newline at end of file