Skip to content

Commit

Permalink
Merge 7d6b9eb into 1c754ed
Browse files Browse the repository at this point in the history
  • Loading branch information
btubbs committed Nov 8, 2014
2 parents 1c754ed + 7d6b9eb commit e4b51ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -80,7 +80,7 @@ def fullsplit(path, result=None):
data_files=data_files,
include_package_data=True,
install_requires=[
'PyYAML==3.10',
'six==1.4.1'
'PyYAML>=3.10',
'six>=1.4.1'
],
)

0 comments on commit e4b51ae

Please sign in to comment.