syng/pyproject.toml

20 lines
399 B
TOML

[tool.poetry]
name = "syng"
version = "2.0.0"
description = ""
authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"]
license = "GPL3"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
pytube = "^12.1.0"
aiohttp = "^3.8.3"
python-mpv = "^1.0.1"
python-socketio = "^5.7.2"
minio = "^7.1.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"