Author: Michael R. Crusoe <crusoe@debian.org>
Description: Allow for use of python3-docker package
Forwarded: not-needed
--- toil.orig/setup.py
+++ toil/setup.py
@@ -44,7 +44,7 @@
     pyyaml = 'pyyaml>=5, <6'
     dill = 'dill>=0.3.2, <0.4'
     requests = 'requests>=2, <3'
-    docker = 'docker==4.3.1'
+    docker = 'docker'
     dateutil = 'python-dateutil'
     enlighten = 'enlighten>=1.5.2, <2'
     wdlparse = 'wdlparse==0.1.0'
