mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 01:19:15 +02:00
Add strict options to force and check the existence of specific option before uploading, following issue #36. Need upgrade of Schema to have Hooks.
This commit is contained in:
parent
2e4e876169
commit
003830696f
4 changed files with 171 additions and 71 deletions
|
@ -32,7 +32,7 @@ python-magic-bin = { version = "^0.4.14", markers = "platform_system == 'Windows
|
|||
requests = "^2.18.4"
|
||||
requests-oauthlib = "^0.8.0"
|
||||
requests-toolbelt = "^0.9.1"
|
||||
schema = "^0.6.8"
|
||||
schema = ">=0.7.1"
|
||||
tzlocal = "^1.5.1"
|
||||
Unidecode = "^1.0.23"
|
||||
uritemplate = "^3.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue