Skip to content

Commit

Permalink
Merge from 3.x: PR #7650
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Aug 8, 2018
2 parents 678cedc + bab6921 commit 185cb4c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Expand Up @@ -238,11 +238,13 @@ def run(self):
'pyzmq',
'chardet>=2.0.0',
'numpydoc',
'keyring',
'spyder-kernels>=1.0',
# Don't require keyring for Python 2 and Linux
# because it depends on system packages
'keyring;sys_platform!="linux2"',
# Packages for pyqt5 are only available in
# Python 3
'pyqt5<5.10;python_version>="3"',
'spyder-kernels>=1.0'
'pyqt5<5.10;python_version>="3"'
]

extras_require = {
Expand Down

0 comments on commit 185cb4c

Please sign in to comment.