Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit cf38fe2

Browse files
committed
➕ Add dash-component-system requirement
1 parent 8b61931 commit cf38fe2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pandas
44
dash_table_experiments
55
xlrd
66
flake8
7-
dash-component-system-0.0.1rc1.tar.gz
7+
dash-component-system==0.0.1rc1

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
include_package_data=True,
1313
license='MIT',
1414
description='Dash UI core component suite',
15-
install_requires=[]
15+
install_requires=[
16+
'dash-component-system==0.0.1rc1'
17+
]
1618
)

0 commit comments

Comments
 (0)