diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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' |