Skip to content

Commit

Permalink
Loosen stevedore requirement to avoid conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Dec 13, 2017
1 parent 603d917 commit 018289d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Projectfile
Expand Up @@ -51,7 +51,7 @@ python.add_requirements(
'psutil >=5.4,<6',
'python-slugify >=1.2,<1.3',
'requests >=2,<3',
'stevedore >=1.27,<1.28',
'stevedore ~=1.27',
'whistle >=1.0,<1.1',
dev=[
'pytest-sugar >=0.9,<0.10',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -17,7 +17,7 @@ python-slugify==1.2.4
pytz==2017.3
requests==2.18.4
six==1.11.0
stevedore==1.27.1
stevedore==1.28.0
unidecode==0.4.21
urllib3==1.22
whistle==1.0.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -61,7 +61,7 @@ def execfile(fname, globs, locs=None):
install_requires=[
'colorama (>= 0.3)', 'fs (>= 2.0, < 2.1)', 'graphviz (>= 0.8, < 0.9)', 'jinja2 (>= 2.9, < 3)',
'mondrian (>= 0.6, < 0.7)', 'packaging (>= 16, < 17)', 'psutil (>= 5.4, < 6)', 'python-slugify (>= 1.2, < 1.3)',
'requests (>= 2, < 3)', 'stevedore (>= 1.27, < 1.28)', 'whistle (>= 1.0, < 1.1)'
'requests (>= 2, < 3)', 'stevedore (~= 1.27)', 'whistle (>= 1.0, < 1.1)'
],
extras_require={
'dev': [
Expand Down

0 comments on commit 018289d

Please sign in to comment.