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 9ebaabf commit b1dd52dCopy full SHA for b1dd52d
pyproject.toml
@@ -14,7 +14,9 @@ authors = [
14
]
15
maintainers = [{ name = "Tom Begley", email = "tomcbegley@gmail.com" }]
16
requires-python = ">=3.9"
17
-dependencies = ["dash>=3.0.3"]
+dependencies = [
18
+ "dash>=3.0.4",
19
+]
20
classifiers = [
21
"Framework :: Dash",
22
"License :: OSI Approved :: Apache Software License",
0 commit comments