Skip to content

Commit

Permalink
Lock to rebulk<2
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Aug 31, 2019
1 parent 1dc0a20 commit 67e1a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Expand Up @@ -4,7 +4,7 @@ History
3.0.5 (unreleased)
------------------

- Nothing changed yet.
- Lock rebulk to version `<2`


3.0.4 (2019-06-04)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
with io.open(os.path.join(here, 'HISTORY.rst'), encoding='utf-8') as f:
history = f.read()

install_requires = ['rebulk', 'babelfish', 'python-dateutil']
install_requires = ['rebulk<2', 'babelfish', 'python-dateutil']

setup_requires = ['pytest-runner']

Expand Down

0 comments on commit 67e1a90

Please sign in to comment.