mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-09 13:39:26 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21f0a09f5f | ||
|
|
12fc7e1663 | ||
|
|
1c60b2bb46 | ||
|
|
3631fa0b2c | ||
|
|
dfcd46efbf | ||
|
|
aa943567de | ||
|
|
178c25f2f0 |
2
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
vendored
2
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
vendored
@@ -10,3 +10,5 @@ body:
|
|||||||
options:
|
options:
|
||||||
- label: I understand that this issue will be closed without comment.
|
- label: I understand that this issue will be closed without comment.
|
||||||
required: true
|
required: true
|
||||||
|
- label: I will resist the temptation and I will not submit this issue. If I submit this, I understand I might get blocked from this repo.
|
||||||
|
required: true
|
||||||
|
|||||||
@@ -316,7 +316,7 @@ CORS_ALLOW_HEADERS = list(default_headers) + [
|
|||||||
|
|
||||||
# TA application settings
|
# TA application settings
|
||||||
TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist"
|
TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist"
|
||||||
TA_VERSION = "v0.5.3"
|
TA_VERSION = "v0.5.4"
|
||||||
|
|
||||||
# API
|
# API
|
||||||
REST_FRAMEWORK = {
|
REST_FRAMEWORK = {
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ djangorestframework==3.16.0
|
|||||||
drf-spectacular==0.28.0
|
drf-spectacular==0.28.0
|
||||||
Pillow==11.2.1
|
Pillow==11.2.1
|
||||||
redis==6.2.0
|
redis==6.2.0
|
||||||
requests==2.32.3
|
requests==2.32.4
|
||||||
ryd-client==0.0.6
|
ryd-client==0.0.6
|
||||||
uvicorn==0.34.3
|
uvicorn==0.34.3
|
||||||
whitenoise==6.9.0
|
whitenoise==6.9.0
|
||||||
yt-dlp[default]==2025.5.22
|
yt-dlp[default]==2025.6.9
|
||||||
|
|||||||
Reference in New Issue
Block a user