Skip to content

Commit

Permalink
update pipfile to pytest-selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
skasberger committed Apr 25, 2021
1 parent ed3091a commit 1e89977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name = "pypi"

[packages]
pydantic = {version = "==1.7.2", extras = ["dotenv"]}
typer = "==0.3.2"
pyDataverse = "==0.3.1"
pytest-selenium = "2.0.1"
typer = "==0.3.2"

[dev-packages]
black = "==19.10b0"
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ def find_version(*file_paths):
INSTALL_REQUIREMENTS = [
# A string or list of strings specifying what other distributions need to
# be installed when this one is.
"pytest==6.1.2",
"selenium==3.141.0",
"requests==2.25.0",
"pydantic[dotenv]==1.7.2",
"typer==0.3.2",
"pyDataverse==0.3.1",
"pytest-selenium==2.0.1",
"typer==0.3.2",
]

setuptools.setup(
Expand Down

0 comments on commit 1e89977

Please sign in to comment.