Skip to content

Commit 792bad3

Browse files
committed
Fix dependencies in pyproject
1 parent 1972c9b commit 792bad3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "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 ---------------------------------------------------

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "caqui"
8-
version = "5.0.0rc5"
8+
version = "5.0.0rc6"
99
description = "Run asynchronous commands in WebDrivers"
1010
readme = "README.md"
1111
requires-python = ">=3.7"
@@ -26,6 +26,9 @@ dependencies = [
2626
"webdriver_manager",
2727
"types-requests",
2828
"beautifulsoup4",
29+
"inflection",
30+
"websockets",
31+
"deprecated",
2932
]
3033

3134
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)