-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
1 changed file
with
10 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.black] | ||
target-version = ['py38'] | ||
exclude= '/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|venv|\.svn|_build|buck-out|build|dist|model)/' # Default excludes from black and the generated folder model | ||
exclude = '/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|venv|\.svn|_build|buck-out|build|dist|model)/' # Default excludes from black and the generated folder model | ||
|
||
[tool.poetry] | ||
name = "goth" | ||
|
@@ -9,14 +9,14 @@ description = "Golem Test Harness - integration testing framework" | |
authors = ["Golem Factory <[email protected]>"] | ||
license = "GPL-3.0" | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Natural Language :: English", | ||
"Programming Language :: Python :: 3.8", | ||
"Framework :: AsyncIO", | ||
"Framework :: Pytest", | ||
"Topic :: Software Development :: Testing" | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Natural Language :: English", | ||
"Programming Language :: Python :: 3.8", | ||
"Framework :: AsyncIO", | ||
"Framework :: Pytest", | ||
"Topic :: Software Development :: Testing", | ||
] | ||
repository = "https://github.com/golemfactory/goth" | ||
readme = "README.md" | ||
|
@@ -29,6 +29,7 @@ docker-compose = "^1.29" | |
docker = "^5.0" | ||
dpath = "^2.0" | ||
func_timeout = "4.3.5" | ||
markupsafe = "2.0.1" | ||
mitmproxy = "^5.3" | ||
pyyaml = "^5.4" | ||
transitions = "^0.8" | ||
|