Skip to content

Commit

Permalink
robot instead of pybot
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfe1 committed Mar 6, 2019
1 parent b67bbea commit 6bf8922
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 27 deletions.
17 changes: 9 additions & 8 deletions docs/APILibraryDocumentation.html

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions docs/GUILibraryDocumentation.html

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions docs/SOAPLibraryDocumentation.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from distutils.core import setup

VERSION = """
1.6.4
1.6.5
""".strip()

DESCRIPTION = """
Expand All @@ -36,9 +36,9 @@
keywords = 'Robot Framework',
platforms = 'any',
install_requires= [
"robotframework>=3.0.4,<3.1.0",
"robotframework>=3.1.1",
"robotframework-requests>=0.5.0",
"robotframework-seleniumlibrary>=3.2.0",
"robotframework-seleniumlibrary>=3.3.1",
"robotframework-sudslibrary-aljcalandra",
"requests>=2.20.1",
"selenium>=3.141.0",
Expand Down

0 comments on commit 6bf8922

Please sign in to comment.