[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" [tool.poetry.dependencies] python = "^2.7" 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" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"