Added selenium to poetry

This commit is contained in:
2023-07-11 01:59:11 +02:00
parent 4c95550dbf
commit 1c621f46a7
2 changed files with 149 additions and 8 deletions

View File

@@ -32,6 +32,7 @@ matplotlib = "^3.7.1"
plotly = "^5.14.1"
python = "^3.11"
seaborn = "^0.12.2"
selenium = "^4.10.0"
tqdm = "^4.65.0"
[tool.poetry.group.develop.dependencies]