Skip to content

Commit 584723c

Browse files
committed
update dependencies
1 parent 3ebafce commit 584723c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

fluent.runtime/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
packages=['fluent', 'fluent.runtime'],
2222
install_requires=[
23-
'fluent.syntax>=0.10,<=0.11',
23+
'fluent.syntax>=0.12,<=0.13',
2424
'attrs',
2525
'babel',
2626
'pytz',

fluent.runtime/tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ skipsdist=True
66
setenv =
77
PYTHONPATH = {toxinidir}
88
deps =
9-
fluent.syntax>=0.10,<=0.11
9+
fluent.syntax>=0.12,<=0.13
1010
six
1111
attrs
1212
Babel
13-
py27: singledispatch
14-
pypy: singledispatch
1513
commands = ./runtests.py

0 commit comments

Comments
 (0)