diff --git a/setup.py b/setup.py index b3b7c1f..270ac99 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ python_requires='>=3.6.0', install_requires=['cgrtools[mrv,clean2djit]', 'CGRdb>=4.0.0,<4.2', - 'neomodel==3.3.2', 'dash==1.15.0', 'dash_marvinjs', 'mol3d_dash', 'plotly==4.9.0', 'dash_network', + 'neomodel==3.3.2', 'dash==2.15.0', 'dash_marvinjs', 'mol3d_dash', 'plotly==4.9.0', 'dash_network', 'dash_uploader==0.3.1','lxml>=4.1'], long_description=(Path(__file__).parent / 'README.md').read_text(), classifiers=['Environment :: Plugins',