pysuperconductor/pyproject.toml
Deepak 352cdc2289
Some checks failed
gitea-deepak/pysuperconductor/pipeline/head There was a failure building this commit
initial commit
2020-11-22 13:13:08 -06:00

18 lines
342 B
TOML

[tool.poetry]
name = "pysuperconductor"
version = "0.1.0"
description = ""
authors = ["Deepak <dmallubhotla+github@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
flake8 = "^3.8.4"
pytest-cov = "^2.10.1"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"