Created
May 14, 2019 18:27
-
-
Save vancouverwill/490daeb4c7acec58af00396ae0f13702 to your computer and use it in GitHub Desktop.
pyproject.toml communitymodels
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
[tool.poetry] | |
name = "communitymodels" | |
version = "0.2.0" | |
description = "" | |
authors = ["Tim Cook <[email protected]>"] | |
[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