mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 09:29:16 +02:00
fix README with the version of python used and adding a missing dependency
This commit is contained in:
parent
2e600bc455
commit
f365eb1089
1 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Prismedia
|
# Prismedia
|
||||||
|
|
||||||
A scripting way to upload videos to peertube and youtube
|
A scripting way to upload videos to peertube and youtube written in python2
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
Search in your package manager, otherwise use ``pip install --upgrade``
|
Search in your package manager, otherwise use ``pip install --upgrade``
|
||||||
|
@ -11,6 +11,7 @@ Search in your package manager, otherwise use ``pip install --upgrade``
|
||||||
- docopt
|
- docopt
|
||||||
- schema
|
- schema
|
||||||
- python-magic
|
- python-magic
|
||||||
|
- python-magic-bin
|
||||||
- requests-toolbelt
|
- requests-toolbelt
|
||||||
- tzlocal
|
- tzlocal
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue