Skip to content

Instantly share code, notes, and snippets.

@vancouverwill
Last active May 14, 2019 18:28
Show Gist options
  • Save vancouverwill/3c6a19c0e1b6117e0c2b9ea0d5f2d99c to your computer and use it in GitHub Desktop.
Save vancouverwill/3c6a19c0e1b6117e0c2b9ea0d5f2d99c to your computer and use it in GitHub Desktop.
pyproject.toml evaluators
[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