summaryrefslogtreecommitdiffstats
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorEric Young <YoungEricR@JohnDeere.com>2022-09-01 10:32:36 -0500
committerEric Young <YoungEricR@JohnDeere.com>2022-09-01 10:32:36 -0500
commit79df61f674ddb1606c8445ba239eb03a769a4ad4 (patch)
treeef5aeeed22827f26c2ca2e23d9db1e4de0925a6b /requirements-dev.txt
parent94df104d7d4a97b93a28ed11f667f8e16431ed58 (diff)
Small developer improvements for Windows-based devs.
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