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

update crsearch

This commit is contained in:
Lukas Winkler 2022-11-18 22:25:37 +01:00
parent bedad9b0f5
commit 608fe97641
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 574 additions and 501 deletions

1069
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -5,12 +5,12 @@ description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
peewee = "^3.13.1"
srt = "^3.0.0"
psycopg2 = "^2.8.4"
spacy = "^3.2.0"
en-core-web-md = {url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.3.0/en_core_web_md-3.3.0.tar.gz"}
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"