Scripting way to upload videos to peertube and youtube
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

39 lines
925 B

[tool.poetry]
name = "prismedia"
version = "0.6.2"
description = "scripting your way to upload videos on peertube and youtube"
authors = [
"LecygneNoir <git@lecygnenoir.info>",
"Rigel Kent <sendmemail@rigelk.eu>"
]
license = "AGPL-3.0-only"
readme = 'README.md'
repository = "https://git.lecygnenoir.info/LecygneNoir/prismedia"
homepage = "https://git.lecygnenoir.info/LecygneNoir/prismedia"
keywords = ['peertube', 'youtube']
[tool.poetry.dependencies]
python = "~2.7 || ^3.3"
google-auth-oauthlib = "^0.2.0"
requests-toolbelt = "^0.9.1"
docopt = "^0.6.2"
google-auth = "^1.6"
google-auth-httplib2 = "^0.0.3"
tzlocal = "^1.5"
python-magic = "^0.4.15"
schema = "^0.6.8"
google-api-python-client = "^1.7"
configparser = "^3.7"
future = "^0.17.1"
[tool.poetry.dev-dependencies]
[tool.poetry.scripts]
prismedia = 'prismedia.upload:main'
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"