Skip to content

Commit

Permalink
Update xblock dependecies due to Ginkgo release
Browse files Browse the repository at this point in the history
  • Loading branch information
wowkalucky committed Jan 23, 2018
1 parent 65433a8 commit c4543f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@ def package_data(pkg, roots):
dependency_links=[
# At the moment of writing PyPI hosts outdated version of xblock-utils, hence git
# Replace dependency links with numbered versions when it's released on PyPI
'git+https://github.com/edx/[email protected]#egg=xblock-utils-1.0.2',
'git+https://github.com/edx/[email protected]#egg=xblock-utils-1.0.3',
'git+https://github.com/edx/[email protected]#egg=xblock-utils-1.0.5',
],
install_requires=[
'XBlock>=0.4.10,<2.0.0',
'xblock-utils>=1.0.2,<=1.0.3',
'xblock-utils>=1.0.2,<=1.0.5',
'pycaption>=0.7.1,<1.0', # The latest Python 2.7 compatible version
'requests>=2.9.1,<3.0.0',
'babelfish>=0.5.5,<0.6.0',
Expand Down

0 comments on commit c4543f3

Please sign in to comment.