Bump voussoirkit requirement to 0.0.24 for pathclass exceptions.
This commit is contained in:
parent
8b8f6bdf46
commit
4d1575719b
2 changed files with 2 additions and 3 deletions
|
@ -1081,8 +1081,7 @@ class PDBUtilMixin:
|
||||||
'''
|
'''
|
||||||
def _normalize_directory(directory):
|
def _normalize_directory(directory):
|
||||||
directory = pathclass.Path(directory)
|
directory = pathclass.Path(directory)
|
||||||
if not directory.is_dir:
|
directory.assert_is_directory()
|
||||||
raise ValueError('Not a directory: %s' % directory)
|
|
||||||
directory.correct_case()
|
directory.correct_case()
|
||||||
return directory
|
return directory
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@ bcrypt
|
||||||
flask
|
flask
|
||||||
gevent
|
gevent
|
||||||
pillow
|
pillow
|
||||||
voussoirkit>=0.0.23
|
voussoirkit>=0.0.24
|
||||||
zipstream
|
zipstream
|
||||||
git+https://github.com/senko/python-video-converter.git
|
git+https://github.com/senko/python-video-converter.git
|
||||||
|
|
Loading…
Reference in a new issue