-
Notifications
You must be signed in to change notification settings - Fork 225
/
pyproject.toml
43 lines (40 loc) · 1.14 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
40
41
42
43
[tool.poetry]
name = "rpaframework-meta"
version = "0.0.1"
description = "Metapackage for RPA Framework"
authors = ["RPA Framework <rpafw@robocorp.com>"]
[tool.poetry.dependencies]
python = "^3.8.1"
robotframework-browser = { version = "^17.2.0", python = ">=3.8,<4.0" }
rpaframework = { path = "packages/main", develop = true }
rpaframework-assistant = "^3.0.4"
rpaframework-aws = "^5.3.3"
rpaframework-google = "^9.0.2"
rpaframework-hubspot = "^1.0.2"
rpaframework-openai = "^1.3.3"
rpaframework-recognition = "^5.2.5"
rpaframework-windows = "^7.5.2"
robotframework = "^5.0.1"
[tool.poetry.group.dev.dependencies]
invoke = "^2.2.0"
toml = "^0.10.2"
PyYAML = ">=5.4.1,<7.0.0"
keyring = "^24.2.0"
colorama = "^0.4.5"
black = "^24.3.0"
pylint = "^2.4.4, <2.13"
flake8-docstrings = "^1.6.0"
flake8-rst-docstrings = "^0.2.7"
sphinx = "^5.3.0"
sphinx-rtd-theme = "^1.1.1"
sphinx-markdown-builder = "^0.6.5"
sphinx-issues = "^3.0.1"
sphinx-lint = "^0.6.6"
robotframework-docgen = "^0.16.0"
robotframeworklexer = "^1.1"
docutils = "^0.16"
jinja2 = "^3.1.2"
markupsafe = "^2.1.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"