Skip to content

Commit f95eb1a

Browse files
committed
fluent.runtime - broader dependency range for fluent.syntax
1 parent 494e9e2 commit f95eb1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fluent.runtime/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env python
22
from setuptools import setup
3-
import sys
43

54

65
setup(name='fluent.runtime',
@@ -21,7 +20,7 @@
2120
],
2221
packages=['fluent', 'fluent.runtime'],
2322
install_requires=[
24-
'fluent.syntax>=0.12,<=0.13',
23+
'fluent.syntax>=0.10,<=0.13',
2524
'attrs',
2625
'babel',
2726
'pytz',

0 commit comments

Comments
 (0)