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:
LecygneNoir 2020-07-14 13:18:53 +02:00
parent 2e4e876169
commit 003830696f
4 changed files with 171 additions and 71 deletions

View file

@ -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"