Skip to content

Commit

Permalink
Fix incorrect dependency listings.
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygoy committed Feb 23, 2022
1 parent 615509f commit fef79e2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release History
===============

4.0.1 (2022-02-22)
------------------

In honor of 2sday, how about 2 deploys?

### Bugfixes

- Fix some issues with dependencies (hopefully), so installing via `screenpy[selenium]` works.

4.0.0 (2022-02-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion screenpy_selenium/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__title__ = "screenpy_selenium"
__description__ = "ScreenPy extension to enable interacting with Selenium."
__url__ = "https://github.com/ScreenPyHQ/screenpy_selenium"
__version__ = "4.0.0"
__version__ = "4.0.1"
__author__ = "Perry Goy"
__author_email__ = "perry.goy@gmail.com"
__license__ = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from setuptools import find_packages, setup

requires = [
"screenpy>=4.0.0b1,<4.1",
"screenpy_pyotp>=4.0.0b1,<4.1",
"screenpy>=4.0.0",
"screenpy_pyotp>=4.0.0,<4.1",
"typing-extensions>=4.1.1,<4.2",
"selenium>=4.1.0,<4.2",
]
Expand Down

0 comments on commit fef79e2

Please sign in to comment.