From d69b19e413ebd67cd85f650567632cad0ab03117 Mon Sep 17 00:00:00 2001 From: "GitHub Action [bot]" Date: Tue, 28 May 2024 21:44:04 +0000 Subject: [PATCH] [skip ci] update Posit Connect manifest file --- manifest.json | 9 ++++++--- requirements.txt | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 15c123e..607518f 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "locale": "en_US.utf8", "metadata": { "appmode": "python-shiny", - "entrypoint": "deduper.app.app", + "entrypoint": "deduper.app.deploy:app", "primary_html": "Deduper" }, "python": { @@ -16,7 +16,7 @@ }, "files": { "requirements.txt": { - "checksum": "569926b4da588e8ad52f85c05d3a08a5" + "checksum": "fd169abfd5a34190065a3147c5e610a6" }, "pyproject.toml": { "checksum": "18a2a8aa2862ab5d1a0377754d57ebd3" @@ -28,11 +28,14 @@ "checksum": "44f32dd2724ac73068bbaee0322c1878" }, "src/deduper/app/app.py": { - "checksum": "1d28db1ab498b3850a2ed663b3b8981b" + "checksum": "5df0ece3696b669c56d2da2ce983396a" }, "src/deduper/app/constants.py": { "checksum": "52040788eb431a6a92d5495a499cd083" }, + "src/deduper/app/deploy.py": { + "checksum": "33c266cffbe4688db7f4404a7b77ca77" + }, "src/deduper/dedupe.py": { "checksum": "9609d0b41f8878d5ea20a9d145118960" } diff --git a/requirements.txt b/requirements.txt index 58b1e90..8681412 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -# requirements.txt generated by rsconnect-python on 2024-05-28 21:08:50.914405+00:00 +# requirements.txt generated by rsconnect-python on 2024-05-28 21:44:04.409301+00:00 anyio==4.4.0 appdirs==1.4.4 asgiref==3.8.1 click==8.1.7 --e git+https://github.com/rabstejnek/deduper@cb8f0b4220a5c8c9956d94f375dc17d481a4d9a3#egg=deduper +-e git+https://github.com/rabstejnek/deduper@23d651d526a385abac73756fe84c4b61b9aeea17#egg=deduper et-xmlfile==1.1.0 h11==0.14.0 htmltools==0.5.2 @@ -25,7 +25,7 @@ questionary==2.0.1 rapidfuzz==3.9.1 rispy==0.9.0 semver==2.13.0 -shiny==0.10.1 +shiny==0.10.2 six==1.16.0 sniffio==1.3.1 starlette==0.37.2