Skip to content

Commit a2f48c5

Browse files
committed
2 parents 694ecbd + c104ae0 commit a2f48c5

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

requirements-win.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,6 @@ pluggy==1.2.0
336336
# tox
337337
pre-commit==3.3.3
338338
# via pretty-jupyter (pyproject.toml)
339-
pretty-jupyter @ file:///C:/Users/janpa/Documents/projects/pretty-jupyter
340-
# via pretty-jupyter (pyproject.toml)
341339
prometheus-client==0.17.0
342340
# via
343341
# jupyter-server

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,6 @@ pluggy==1.2.0
334334
# tox
335335
pre-commit==3.3.3
336336
# via pretty-jupyter (pyproject.toml)
337-
pretty-jupyter @ file:///C:/Users/janpa/Documents/projects/pretty-jupyter
338-
# via pretty-jupyter (pyproject.toml)
339337
prometheus-client==0.17.0
340338
# via
341339
# jupyter-server

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ passenv = *
1414
deps =
1515
pytest
1616
requests
17-
webdriver-manager
18-
selenium
17+
webdriver-manager<=3.8.6
18+
selenium<=4.10.0
1919
ipykernel
2020
pandas
2121
commands =

0 commit comments

Comments
 (0)