Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rabstejnek committed May 28, 2024
2 parents 490c0ef + d69b19e commit 8b1fea2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -16,7 +16,7 @@
},
"files": {
"requirements.txt": {
"checksum": "569926b4da588e8ad52f85c05d3a08a5"
"checksum": "fd169abfd5a34190065a3147c5e610a6"
},
"pyproject.toml": {
"checksum": "18a2a8aa2862ab5d1a0377754d57ebd3"
Expand All @@ -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"
}
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8b1fea2

Please sign in to comment.