Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vancouverwill/490daeb4c7acec58af00396ae0f13702 to your computer and use it in GitHub Desktop.
Save vancouverwill/490daeb4c7acec58af00396ae0f13702 to your computer and use it in GitHub Desktop.
pyproject.toml communitymodels
[tool.poetry]
name = "communitymodels"
version = "0.2.0"
description = ""
authors = ["Tim Cook <timcook@apple.com>"]
[tool.poetry.dependencies]
python = "^3.6"
jsonschema = "^3.0"
numpy = "^1.16"
pint = "^0.9.0"
requests = "^2.21"
flask = "^1.0"
chaospy = "^3.0"
[tool.poetry.dev-dependencies]
pytest = "^4.3"
flake8 = "^3.7"
pytest-cov = "^2.6"
hypothesis = "^4.17"
pytest-sugar = "^0.9.2"
[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