diff --git a/pyproject.toml b/pyproject.toml index 2d05e7a..0fcd0e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,8 @@ [build-system] requires = [ "setuptools>=61.0", - "robotframework" + "robotframework", + "robotframework-assertion-engine" ] build-backend = "setuptools.build_meta" @@ -11,10 +12,11 @@ authors = [{name="Franz Allan Valencia See", email="franz.see@gmail.com"}, ] 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", diff --git a/requirements.txt b/requirements.txt index a6421b7..0a7cdb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ robotframework robotframework-excellib +robotframework-assertion-engine +psycopg2-binary pre-commit build twine \ No newline at end of file