-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10b4787
commit ab27cc7
Showing
8 changed files
with
1,105 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# rpaframework devutils |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[tool.poetry] | ||
name = "rpaframework-devutils" | ||
version = "0.0.1" | ||
description = "Utilities for development in monorepo." | ||
authors = [ | ||
"Mika H. <[email protected]>" | ||
] | ||
readme = "README.md" | ||
packages = [{include = "devutils", from="src"}] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
ruff = "^0.1.14" | ||
mypy = "^1.1.1" | ||
pytest = "^7.2.2" | ||
pytest-xdist = "^3.2.1" | ||
pytest-regressions = "1.0.6" | ||
pytest-cov = "^4.0.0" | ||
isort = { version = "^5.12.0", python = "^3.8" } | ||
types-invoke = "^2.0" | ||
invoke = "^2.2.0" # keep in sync with requirements.txt | ||
tomlkit = "^0.11.8" # keep in sync with requirements.txt | ||
semver = "^3.0.0" # keep in sync with requirements.txt | ||
pylint = "^3.3.2" | ||
robotframework-docgen = "^0.16.0" | ||
colorama = "^0.4.5" | ||
keyring = "^24.2.0" | ||
PyYAML = ">=5.4.1,<7.0.0" | ||
|
||
|
||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
build-backend = "poetry.core.masonry.api" |
Empty file.
Empty file.
Oops, something went wrong.