We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebafce commit 584723cCopy full SHA for 584723c
fluent.runtime/setup.py
@@ -20,7 +20,7 @@
20
],
21
packages=['fluent', 'fluent.runtime'],
22
install_requires=[
23
- 'fluent.syntax>=0.10,<=0.11',
+ 'fluent.syntax>=0.12,<=0.13',
24
'attrs',
25
'babel',
26
'pytz',
fluent.runtime/tox.ini
@@ -6,10 +6,8 @@ skipsdist=True
6
setenv =
7
PYTHONPATH = {toxinidir}
8
deps =
9
- fluent.syntax>=0.10,<=0.11
+ fluent.syntax>=0.12,<=0.13
10
six
11
attrs
12
Babel
13
- py27: singledispatch
14
- pypy: singledispatch
15
commands = ./runtests.py
0 commit comments