[tool.poetry] name = "prismedia" version = "0.6.2" description = "scripting your way to upload videos on peertube and youtube" authors = [ "LecygneNoir ", "Rigel Kent " ] 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"