From 07603f7cacc1cf55121ed0b6b7f8a1fbc116ccb5 Mon Sep 17 00:00:00 2001 From: Kristoffer Richardsson <kristoffer@bitcraze.io> Date: Thu, 26 Sep 2019 16:33:53 +0200 Subject: [PATCH] Updated cf lib version to 0.1.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 89520d4..3b054af 100644 --- a/setup.py +++ b/setup.py @@ -127,7 +127,7 @@ setup( ], }, - install_requires=platform_requires + ['cflib>=0.1.7', + install_requires=platform_requires + ['cflib>=0.1.8', 'appdirs>=1.4.0', 'pyzmq', 'pyqtgraph>=0.10', -- GitLab