Last active
May 14, 2019 18:28
pyproject.toml evaluators
This file contains hidden or 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
[tool.poetry] | |
name = "evaluators" | |
version = "0.1.0" | |
description = "evaluator service to evaluate sync and async models for RED" | |
authors = ["Tim Cook <timcook@apple.com>"] | |
[tool.poetry.dependencies] | |
python = "^3.6" | |
communitymodels = {git = "git@privaterepo.co:private-repo-name.git", rev = "7196dd14be6a041b6ef3bc1fcad09a84456eaefd"} | |
flask = "^1.0" | |
[tool.poetry.dev-dependencies] | |
pytest-cov = "^2.6" | |
pytest = "^4.3" | |
flake8 = "^3.7" | |
[build-system] | |
requires = ["poetry>=0.12"] | |
build-backend = "poetry.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment