1
0
Fork 0
mirror of https://github.com/Findus23/cr-search.git synced 2024-09-19 15:23:44 +02:00
cr-search/pyproject.toml
2020-08-08 16:46:52 +02:00

24 lines
586 B
TOML

[tool.poetry]
name = "cr-search"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.8"
peewee = "^3.13.1"
srt = "^3.0.0"
psycopg2 = "^2.8.4"
youtube-dl = "^2020.2.16"
spacy = "^2.2.3"
en-core-web-sm = {url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz"}
flask = "^1.1.1"
sentry_sdk = "^0.16.3"
gunicorn = "^20.0.4"
alive-progress = "^1.4.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"