-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
48 lines (48 loc) · 1.07 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
47
48
{
"version": 1,
"locale": "en_US.UTF-8",
"metadata": {
"appmode": "python-shiny",
"entrypoint": "app"
},
"python": {
"version": "3.12.2",
"package_manager": {
"name": "pip",
"version": "24.2",
"package_file": "requirements.txt"
}
},
"files": {
"requirements.txt": {
"checksum": "9766eb96b71d6452fae3aab6a50b4af0"
},
".envrc": {
"checksum": "48764d5c74ac7403633d545fe6336a0c"
},
".gitignore": {
"checksum": "eaea6d2599c4b6088fbbbd23311058f7"
},
".python-version": {
"checksum": "4b1cfc3892438e7ba57e2ab1bf47d895"
},
"LICENSE": {
"checksum": "86d3f3a95c324c9479bd8986968f4327"
},
"Pipfile": {
"checksum": "564aff2e2a6b4302af300cc8b6cdc2ce"
},
"Pipfile.lock": {
"checksum": "bfc4e76250702af6d54d8e2c4e75253c"
},
"README.md": {
"checksum": "cabfdb1e4bfafd8b7534b79c16c46e05"
},
"app.py": {
"checksum": "56f43a77f184623b8170c21797b43f12"
},
"run": {
"checksum": "4f1edd8f64bc2e11055c4487c95d01b6"
}
}
}