summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 8f676d7..e57fda1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -21,6 +21,9 @@ kazoo>=2.2 # Apache-2.0
# Used for testing redis jobboards
redis>=2.10.0 # MIT
+# Used for making sure pydot is still working
+pydotplus>=2.0.2 # MIT License
+
# Used for testing database persistence backends.
SQLAlchemy<1.1.0,>=1.0.10 # MIT
alembic>=0.8.4 # MIT