Skip to content

Commit 0a80c52

Browse files
committed
fluent.runtime - Adding missing dependencies to setup.py
1 parent 19fceb2 commit 0a80c52

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

fluent.runtime/setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
2525
'Programming Language :: Python :: 3.5',
2626
],
2727
packages=['fluent', 'fluent.bundle'],
28-
install_requires=['fluent>=0.9,<0.10'] + extra_requires,
28+
install_requires=[
29+
'fluent>=0.9,<0.10',
30+
'attrs',
31+
'babel',
32+
'pytz',
33+
] + extra_requires,
2934
tests_require=['six'],
3035
test_suite='tests'
3136
)

0 commit comments

Comments
 (0)