Skip to content

Commit

Permalink
Added requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed May 15, 2018
1 parent 688c279 commit f3420dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
description="Targeted tooling for testing, currently offering tools for Web UI navigation and interaction.",
license="GPL",
url="https://github.com/RedHatQE/taretto",
version="0.1",
version="0.1.1",
author="RedHatQE",
author_email="[email protected]",
maintainer="Pete Savage",
Expand All @@ -39,4 +39,10 @@
packages=['taretto'],
package_dir={"": "src"},
classifiers=CLASSIFIERS,
install_requires=[
'widgetastic.core~=0.21.2',
'widgetastic.patternfly~=0.0.32',
'navmazing~=1.1.4',
'sentaku~=0.6.2',
],
)

0 comments on commit f3420dd

Please sign in to comment.