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

[dev-packages]
flake8 = "*"
bandit = "*"
autopep8 = "*"
pytest = "*"
flake8-import-order = "*"
flake8-blind-except = "*"
flake8-builtins = "*"
flake8-logging-format = "*"
flake8-docstrings = "*"
flake8-rst-docstrings = "*"
twine = '*'

[packages]

[requires]
python_version = "3.7.2"
