Skip to content

Commit 70848a8

Browse files
author
Xing Han Lu
committed
Add dash, html and renderer to install requirements
1 parent ffd7888 commit 70848a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
license=package['license'],
1919
description=package['description'] if 'description' in package else package_name,
2020
install_requires=[
21-
'colour==0.1.5'
21+
'dash',
22+
'dash_html_components',
23+
'dash_renderer',
2224
]
2325
)

0 commit comments

Comments
 (0)