We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48e095 commit cde14ffCopy full SHA for cde14ff
setup.py
@@ -6,7 +6,7 @@ def readme():
6
7
configuration = {
8
'name' : 'finishline',
9
- 'version': '0.0.1',
+ 'version': '0.0.2',
10
'description' : 'Framework for Building Beautiful and Functional Dashbords',
11
'long_description' : readme(),
12
'classifiers' : [
@@ -30,7 +30,8 @@ def readme():
30
'license' : 'MIT',
31
'packages' : ['finishline'],
32
'install_requires': ['dash >= 0.22.0',
33
- 'dash-responsive-grid-layout >= 0.0.1'],
+ 'dash-responsive-grid-layout >= 0.0.1',
34
+ 'dash-building-blocks >= 0.0.2'],
35
'ext_modules' : [],
36
'cmdclass' : {},
37
'test_suite' : '',
0 commit comments