Skip to content

Commit

Permalink
fluent.runtime - upper bound on fluent.syntax dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Jan 31, 2019
1 parent 1cbb488 commit 30eb856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluent.runtime/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
packages=['fluent', 'fluent.runtime'],
install_requires=[
'fluent.syntax>=0.10',
'fluent.syntax>=0.10,<=0.11',
'attrs',
'babel',
'pytz',
Expand Down
2 changes: 1 addition & 1 deletion fluent.runtime/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skipsdist=True
setenv =
PYTHONPATH = {toxinidir}
deps =
fluent>=0.10
fluent.syntax>=0.10,<=0.11
six
attrs
Babel
Expand Down

0 comments on commit 30eb856

Please sign in to comment.