From 7a2c0f41d98d5361beb71632ff2bb601644ccfc1 Mon Sep 17 00:00:00 2001 From: Karan Gathani Date: Tue, 25 Jun 2024 09:11:19 -0700 Subject: [PATCH] use a stable version of html tools instead of main branch --- .../playwright/deploys/express-accordion/app_requirements.txt | 3 +-- .../playwright/deploys/express-dataframe/app_requirements.txt | 2 +- tests/playwright/deploys/express-folium/app_requirements.txt | 2 +- .../deploys/express-page_default/app_requirements.txt | 2 +- .../deploys/express-page_fillable/app_requirements.txt | 2 +- .../playwright/deploys/express-page_fluid/app_requirements.txt | 2 +- .../deploys/express-page_sidebar/app_requirements.txt | 2 +- tests/playwright/deploys/plotly/app_requirements.txt | 2 +- .../deploys/shiny-client-console-error/app_requirements.txt | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) diff --git a/tests/playwright/deploys/express-accordion/app_requirements.txt b/tests/playwright/deploys/express-accordion/app_requirements.txt index 03309f726..e09d417b0 100644 --- a/tests/playwright/deploys/express-accordion/app_requirements.txt +++ b/tests/playwright/deploys/express-accordion/app_requirements.txt @@ -1,2 +1 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools - +htmltools diff --git a/tests/playwright/deploys/express-dataframe/app_requirements.txt b/tests/playwright/deploys/express-dataframe/app_requirements.txt index 802c79e6c..fe0e96905 100644 --- a/tests/playwright/deploys/express-dataframe/app_requirements.txt +++ b/tests/playwright/deploys/express-dataframe/app_requirements.txt @@ -1,3 +1,3 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools pandas diff --git a/tests/playwright/deploys/express-folium/app_requirements.txt b/tests/playwright/deploys/express-folium/app_requirements.txt index 27347d1c8..0342f05fd 100644 --- a/tests/playwright/deploys/express-folium/app_requirements.txt +++ b/tests/playwright/deploys/express-folium/app_requirements.txt @@ -1,3 +1,3 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools folium diff --git a/tests/playwright/deploys/express-page_default/app_requirements.txt b/tests/playwright/deploys/express-page_default/app_requirements.txt index 03309f726..ff9c64288 100644 --- a/tests/playwright/deploys/express-page_default/app_requirements.txt +++ b/tests/playwright/deploys/express-page_default/app_requirements.txt @@ -1,2 +1,2 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools diff --git a/tests/playwright/deploys/express-page_fillable/app_requirements.txt b/tests/playwright/deploys/express-page_fillable/app_requirements.txt index 87a253e09..e09d417b0 100644 --- a/tests/playwright/deploys/express-page_fillable/app_requirements.txt +++ b/tests/playwright/deploys/express-page_fillable/app_requirements.txt @@ -1 +1 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools diff --git a/tests/playwright/deploys/express-page_fluid/app_requirements.txt b/tests/playwright/deploys/express-page_fluid/app_requirements.txt index 03309f726..ff9c64288 100644 --- a/tests/playwright/deploys/express-page_fluid/app_requirements.txt +++ b/tests/playwright/deploys/express-page_fluid/app_requirements.txt @@ -1,2 +1,2 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools diff --git a/tests/playwright/deploys/express-page_sidebar/app_requirements.txt b/tests/playwright/deploys/express-page_sidebar/app_requirements.txt index 03309f726..ff9c64288 100644 --- a/tests/playwright/deploys/express-page_sidebar/app_requirements.txt +++ b/tests/playwright/deploys/express-page_sidebar/app_requirements.txt @@ -1,2 +1,2 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools diff --git a/tests/playwright/deploys/plotly/app_requirements.txt b/tests/playwright/deploys/plotly/app_requirements.txt index b462d0a64..ee8efdb25 100644 --- a/tests/playwright/deploys/plotly/app_requirements.txt +++ b/tests/playwright/deploys/plotly/app_requirements.txt @@ -1,5 +1,5 @@ pandas plotly -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools git+https://github.com/posit-dev/py-shinywidgets.git#egg=shinywidgets diff --git a/tests/playwright/deploys/shiny-client-console-error/app_requirements.txt b/tests/playwright/deploys/shiny-client-console-error/app_requirements.txt index 03309f726..ff9c64288 100644 --- a/tests/playwright/deploys/shiny-client-console-error/app_requirements.txt +++ b/tests/playwright/deploys/shiny-client-console-error/app_requirements.txt @@ -1,2 +1,2 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools