Skip to content

Commit

Permalink
Put Assertion Engine to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amochin committed Jul 30, 2024
1 parent 4674e4c commit 89e98b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[build-system]
requires = [
"setuptools>=61.0",
"robotframework"
"robotframework",
"robotframework-assertion-engine"
]
build-backend = "setuptools.build_meta"

Expand All @@ -11,10 +12,11 @@ authors = [{name="Franz Allan Valencia See", email="[email protected]"},
]
description = "Database Library for Robot Framework"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8.1"
dependencies = [
"robotframework",
"robotframework-excellib"
"robotframework-excellib",
"robotframework-assertion-engine"
]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
robotframework
robotframework-excellib
robotframework-assertion-engine
psycopg2-binary
pre-commit
build
twine

0 comments on commit 89e98b8

Please sign in to comment.