scripting your 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.

30 lines
778 B

  1. [tool.poetry]
  2. name = "prismedia"
  3. version = "0.6.2"
  4. description = "scripting your way to upload videos on peertube and youtube"
  5. authors = [
  6. "LecygneNoir <git@lecygnenoir.info>"
  7. "Rigel Kent <sendmemail@rigelk.eu>"
  8. ]
  9. license = "AGPL-3.0-only"
  10. readme = 'README.md'
  11. repository = "https://git.lecygnenoir.info/LecygneNoir/prismedia"
  12. homepage = "https://git.lecygnenoir.info/LecygneNoir/prismedia"
  13. [tool.poetry.dependencies]
  14. python = "^2.7"
  15. google-auth-oauthlib = "^0.2.0"
  16. requests-toolbelt = "^0.9.1"
  17. docopt = "^0.6.2"
  18. google-auth = "^1.6"
  19. google-auth-httplib2 = "^0.0.3"
  20. tzlocal = "^1.5"
  21. python-magic = "^0.4.15"
  22. schema = "^0.6.8"
  23. google-api-python-client = "^1.7"
  24. [tool.poetry.dev-dependencies]
  25. [build-system]
  26. requires = ["poetry>=0.12"]
  27. build-backend = "poetry.masonry.api"