add dependencies

This commit is contained in:
LecygneNoir 2018-03-02 11:40:23 +01:00
parent d0cf9bced0
commit 297e61dd4a

View file

@ -2,5 +2,16 @@
A scripting way to upload videos to peertube and youtube
##Dependencies
Search in your package manager, otherwise use ``pip install --upgrade``
- google-auth
- google-auth-oauthlib
- google-auth-httplib2
- google-api-python-client
- docopt
- schema
- magic
## Sources
inspired by [peeror](https://git.drycat.fr/rigelk/Peeror) and [youtube-upload](https://github.com/tokland/youtube-upload)