mchoji/wtg-seal

View on GitHub
Pipfile

Summary

Maintainability
Test Coverage
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
sphinx = "*"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
pytest-datadir = "*"
recommonmark = "*"
coveralls = "*"
pycodestyle = "*"
pydocstyle = "*"
bandit = "*"
flake8 = "*"
mypy = "*"
yapf = "*"

[packages]
wtg-seal = {editable = true, path = "."}

[requires]
python_version = "3.8"