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

26 lines
605 B
TOML
Raw Normal View History

2020-03-07 10:45:39 +01:00
[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"
PyMySQL = "^0.9.3"
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.2.5/en_core_web_sm-2.2.5.tar.gz"}
flask = "^1.1.1"
sentry_sdk = "^0.14.2"
2020-03-08 14:48:29 +01:00
gunicorn = "^20.0.4"
2020-03-17 12:51:08 +01:00
alive-progress = "^1.4.1"
2020-03-07 10:45:39 +01:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"