[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"


[packages]

attrs = "*"
click = "*"
pysmb = "*"
keyring = "*"
pluggy = "*"
pyyaml = "*"


[dev-packages]

pytest = "*"
pytest-bdd = "*"
pytest-cov = "*"
coverage = "*"
codecov = "*"
hypothesis = "*"
pylint = "*"
"flake8" = "*"
mypy = "*"


[requires]

python_version = "3.6"
