Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from riccardomurri/fix-babel-dependency
Browse files Browse the repository at this point in the history
Fix version conflict on `Babel` package
  • Loading branch information
hackermd authored May 12, 2017
2 parents 75744e6 + d5e7e31 commit 0697dfe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,11 @@ def get_version():
# Ansible container requires a specific version of requests.
'requests==2.11.1',
'shade>=1.12.1',
'whichcraft>=0.4.0'
'whichcraft>=0.4.0',
# OpenStack's `osc-lib` has stricter requirements that are not picked up
# because of pip's issue #988. The only workaround for now is to manually
# add the complete requirement expression as a top-level dependency
'Babel>=2.3.4,!=2.4.0',
]
)

0 comments on commit 0697dfe

Please sign in to comment.