Fixed OSError on invalid filename

Added `pathvalidate` as a requirement (https://pypi.org/project/pathvalidate/).
This commit is contained in:
Anders 2023-01-05 23:53:54 +01:00 committed by GitHub
parent fd92a9d998
commit 6c5f908c8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,4 @@
Flask~=1.1.2
requests~=2.24.0
python-dotenv~=0.15.0
python-dotenv~=0.15.0
pathvalidate~=2.5.2