Support extended glob patterns

This commit is contained in:
sebthom
2022-06-11 18:55:13 +02:00
parent 4794aee88b
commit f924ed89d0
5 changed files with 50 additions and 31 deletions

View File

@@ -33,6 +33,7 @@ dependencies = [
"pywin32==303; sys_platform == 'win32'",
"selenium~=4.1",
"selenium_stealth~=1.0",
"wcmatch~=8.4",
"webdriver_manager~=3.7"
]