Description: relax dependency on six
Author: W. Martin Borgert <debacle@debian.org>
Origin: vendor
Last-Update: 2018-11-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-six==1.11.0
+six>=1.11.0
 # -------------------------------------------------------------------
 # if want to use the pymodbus serial stack, uncomment these
 # -------------------------------------------------------------------
