From c5fc6c6030d7d9d1b2af3d5165bebed3decd741b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 2 Oct 2017 06:51:13 +0200 Subject: New upstream version 0.9.4 --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 22d5c0a..1cfcade 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,12 +3,13 @@ psutil>=3.4.2 gphoto2>=1.4.0 -pyzmq>=14.4.1,<=15.1.0 +pyzmq>=14.4.1,<=15.1.0; python_version < '3.6' +pyzmq>=16.0.2; python_version >= '3.6' pyxdg>=0.25 arrow>=0.6.0 python-dateutil>=2.2 rawkit>=0.6.0 -pyprind>=2.9.4 +PyPrind>=2.9.4 colorlog>=2.6 typing>=3.5.0.1; python_version < '3.5' scandir>=1.2; python_version < '3.5' -- cgit v1.2.3