Skip to content

Commit bdbc785

Browse files
author
Dorian Birraux
committed
dependency zmq should be pyzmq
1 parent 2c9366c commit bdbc785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def load_tests():
6464
'requests',
6565
'aiohttp',
6666
'oauthlib',
67-
'zmq',
67+
'pyzmq',
6868
],
6969
classifiers = CLASSIFIERS,
7070
project_urls={

0 commit comments

Comments
 (0)