Skip to content

Commit

Permalink
Update test dependencies to suit all python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhwilliams committed Jul 11, 2024
1 parent 7653217 commit e9c122c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.[jinja2]

psutil==5.9.2
pytest==7.0.1
pytest-timeout==2.1.0
psutil>=5.0.0,<6.0.0
pytest>=7.0.0,<8.0.0
pytest-timeout>=2.0.0,<3.0.0
selenium>=4.0.0,<5.0.0
webdriver_manager>=4.0.0,<5.0.0
mypy==0.971
pyinstaller==4.10
types-setuptools==67.2.0.1
pyinstaller
types-setuptools

0 comments on commit e9c122c

Please sign in to comment.