add requirements
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
great-tables==0.17.0
|
2 |
+
matplotlib==3.10.1
|
3 |
+
numpy==2.2.5
|
4 |
+
plotly>=6.1.1
|
5 |
+
polars==1.29.0
|
6 |
+
python-dotenv>=1.1.0
|
7 |
+
selenium>=4.32.0
|
8 |
+
shiny>=1.4.0
|
9 |
+
shinywidgets>=0.6.2
|