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 fbee9b9 commit f90b627Copy full SHA for f90b627
pyproject.toml
@@ -81,6 +81,7 @@ dev = [
81
"black>=24.0",
82
"flake8>=6.0.0",
83
"flake8-bugbear>=23.2.13",
84
+ "Flake8-pyproject>=1.2.3",
85
"isort>=5.10.1",
86
"libsass>=0.23.0",
87
"pyright==1.1.369",
shiny/__init__.py
@@ -37,6 +37,7 @@
37
38
39
__all__ = (
40
+ "__version__",
41
# public sub-packages
42
"quarto",
43
"reactive",
0 commit comments