Spaces:
Running
Running
Create test-file-001/shard.yml
Browse files- test-file-001/shard.yml +48 -0
test-file-001/shard.yml
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: invidious
|
2 |
+
version: 2.20241110.0-dev
|
3 |
+
|
4 |
+
authors:
|
5 |
+
- Invidious team <[email protected]>
|
6 |
+
- Contributors!
|
7 |
+
|
8 |
+
description: |
|
9 |
+
Invidious is an alternative front-end to YouTube
|
10 |
+
|
11 |
+
dependencies:
|
12 |
+
pg:
|
13 |
+
github: will/crystal-pg
|
14 |
+
version: ~> 0.28.0
|
15 |
+
sqlite3:
|
16 |
+
github: crystal-lang/crystal-sqlite3
|
17 |
+
version: ~> 0.21.0
|
18 |
+
kemal:
|
19 |
+
github: kemalcr/kemal
|
20 |
+
version: ~> 1.1.2
|
21 |
+
kilt:
|
22 |
+
github: jeromegn/kilt
|
23 |
+
version: ~> 0.6.1
|
24 |
+
protodec:
|
25 |
+
github: iv-org/protodec
|
26 |
+
version: ~> 0.1.5
|
27 |
+
athena-negotiation:
|
28 |
+
github: athena-framework/negotiation
|
29 |
+
version: ~> 0.1.1
|
30 |
+
http_proxy:
|
31 |
+
github: mamantoha/http_proxy
|
32 |
+
version: ~> 0.10.3
|
33 |
+
|
34 |
+
development_dependencies:
|
35 |
+
spectator:
|
36 |
+
github: icy-arctic-fox/spectator
|
37 |
+
version: ~> 0.10.4
|
38 |
+
ameba:
|
39 |
+
github: crystal-ameba/ameba
|
40 |
+
version: ~> 1.6.1
|
41 |
+
|
42 |
+
crystal: ">= 1.10.0, < 2.0.0"
|
43 |
+
|
44 |
+
license: AGPLv3
|
45 |
+
|
46 |
+
repository: https://github.com/iv-org/invidious
|
47 |
+
homepage: https://invidious.io
|
48 |
+
documentation: https://docs.invidious.io
|