forked from red-hat-data-services/ods-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
39 lines (36 loc) · 1.05 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[tool.poetry]
name = "ods-ci"
version = "0.1.0"
description = "Robot Framework test suites for Red Hat OpenShift Data Science"
authors = ["RHODS QE <ods-qe@redhat.com>"]
readme = "README.md"
packages = [{include = "ods_ci"}]
[tool.poetry.dependencies]
python = "^3.8"
reportportal-client = "^5.2.5"
robotframework = "^5"
robotframework-debuglibrary = ">=2.0.0"
robotframework-requests = "^0.9.4"
robotframework-seleniumlibrary = "^6.0.0"
robotframework-jupyterlibrary = "^0.4.0"
robotframework-openshift = {git = "https://git@github.com/red-hat-data-services/robotframework-openshift.git"}
pytest = "^7.2.1"
pytest-logger = "^0.5.1"
Pygments = "^2.14.0"
requests = "^2.28.2"
escapism = "^1.0.1"
semver = "^2"
rpaframework = ">=12"
yq = "^3.1.0"
pexpect = "^4.8.0"
python-openstackclient = "^6.2.0"
awscli = "^1.27.100"
kfp-tekton = "==1.5.4"
[tool.poetry.group.dev.dependencies]
robotframework-lsp = "^1.8.0"
robotframework-robocop = "^3.0.0"
robotframework-tidy = "^3.3.3"
black = ">20.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"