Skip to content

Commit fb07014

Browse files
committed
Incluse asyncio, trollius, backport in deps.
1 parent 1881cd1 commit fb07014

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ six==1.8.0
1313

1414
## timezone definitions ##
1515
pytz==2014.9
16+
17+
## async streaming ##
18+
trollius==1.0.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ def readme():
4141
'plotly/matplotlylib/mplexporter',
4242
'plotly/matplotlylib/mplexporter/renderers'],
4343
package_data={'plotly': ['graph_reference/*.json', 'widgets/*.js']},
44-
install_requires=['requests', 'six', 'pytz'],
44+
install_requires=['pytz', 'requests', 'six', 'trollius'],
4545
zip_safe=False)

0 commit comments

Comments
 (0)