Skip to content
Snippets Groups Projects
Unverified Commit eaeeb94e authored by Mark Gibbs's avatar Mark Gibbs Committed by GitHub
Browse files

Fix package dependencies (#426)


* Relax constraint on dbc

* Bump version number to 2.1.1

Co-authored-by: default avatardelsim <dev@gibbsconsulting.ca>
parent 4be68ade
No related branches found
No related tags found
No related merge requests found
...@@ -23,4 +23,4 @@ SOFTWARE. ...@@ -23,4 +23,4 @@ SOFTWARE.
''' '''
__version__ = "2.1.0" __version__ = "2.1.1"
...@@ -44,7 +44,7 @@ setup( ...@@ -44,7 +44,7 @@ setup(
'dash>=2.0', 'dash>=2.0',
'dpd-components', 'dpd-components',
'dash-bootstrap-components<1', 'dash-bootstrap-components',
'channels<3.0', 'channels<3.0',
'Django>=2.2,<4.0.0', 'Django>=2.2,<4.0.0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment