File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2222author = "Douglas Cardoso"
2323
2424# The full version, including alpha/beta/rc tags
25- release = "5.0.0rc5 "
25+ release = "5.0.0 "
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " caqui"
8- version = " 5.0.0rc5 "
8+ version = " 5.0.0rc6 "
99description = " Run asynchronous commands in WebDrivers"
1010readme = " README.md"
1111requires-python = " >=3.7"
@@ -26,6 +26,9 @@ dependencies = [
2626 " webdriver_manager" ,
2727 " types-requests" ,
2828 " beautifulsoup4" ,
29+ " inflection" ,
30+ " websockets" ,
31+ " deprecated" ,
2932]
3033
3134license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments