-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
46 lines (46 loc) · 1.15 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"version": 1,
"locale": "en_US.utf8",
"metadata": {
"appmode": "python-shiny",
"entrypoint": "deduper.app.deploy:app",
"primary_html": "Deduper"
},
"python": {
"version": "3.11.0",
"package_manager": {
"name": "pip",
"version": "24.0",
"package_file": "requirements.txt"
}
},
"files": {
"requirements.txt": {
"checksum": "0420725db61f7eb2c2e5adeaa4dc42ef"
},
"pyproject.toml": {
"checksum": "18a2a8aa2862ab5d1a0377754d57ebd3"
},
"src/deduper/__init__.py": {
"checksum": "44f32dd2724ac73068bbaee0322c1878"
},
"src/deduper/app/__init__.py": {
"checksum": "44f32dd2724ac73068bbaee0322c1878"
},
"src/deduper/app/app.py": {
"checksum": "ef2c7f211c935a65d4c2e7ab6d28ba5d"
},
"src/deduper/app/constants.py": {
"checksum": "52040788eb431a6a92d5495a499cd083"
},
"src/deduper/app/deploy.py": {
"checksum": "aed3b3724ad6f8aefa1bdd176be0b25b"
},
"src/deduper/app/icons.py": {
"checksum": "010f4901212aba25c2cc94b0e7ecd11d"
},
"src/deduper/dedupe.py": {
"checksum": "9609d0b41f8878d5ea20a9d145118960"
}
}
}