Skip to content

Commit

Permalink
Fix Py2.6 dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Nov 26, 2018
1 parent f2b247f commit 9c8e4f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -79,6 +79,8 @@ def run_tests(self):
# parsedatetime officially dropped supprt for Py 2.6 in version 1.0
# but the PyPI tags show that it is compatible with Py2.6 until <=1.4
'parsedatetime<1.5',
# PyNaCl depends on `pycparser`, which dropped support for Py2.6 in 2.19
'pycparser==2.18',
# python-daemon seems to have dropped Py2.6 between v1.6 and v2.0
'python-daemon<2.0',
'pyyaml<=3.11',
Expand Down

0 comments on commit 9c8e4f7

Please sign in to comment.