1
0
Fork 0
mirror of https://github.com/Findus23/cr-search.git synced 2024-09-19 15:23:44 +02:00

update python dependencies and add new show

This commit is contained in:
Lukas Winkler 2023-01-04 19:18:32 +01:00
parent 608fe97641
commit 459eeabfaa
Signed by: lukas
GPG key ID: 54DE4D798D244853
3 changed files with 975 additions and 1076 deletions

View file

@ -350,7 +350,13 @@ series_data = [
name="4-Sided Dive",
slug="4SidedDive",
playlist_id="PL1tiwbzkOjQyUQ7J7Bg_OY6AFybns1pIk"
)
),
SeriesData(
name="The Mighty Nein Reunited",
slug="MightyNeinReunited",
playlist_id="PL1tiwbzkOjQxLSFOtwuzl-c6wEkjaqsv5"
),
]
series_data_by_slug = {}

2041
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -13,7 +13,7 @@ spacy = "^3.4.3"
en-core-web-md = {url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.4.0/en_core_web_md-3.4.0.tar.gz"}
flask = "^2.0.0"
gunicorn = "^20.0.4"
alive-progress = "^2.1.0"
alive-progress = "^3.0.1"
youtube_dl = "^2021.1.3"
setproctitle = "^1.2.1"
sentry-sdk = {extras = ["flask"], version = "^1.0.0"}