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

[packages]
pika = "*"

[dev-packages]
pylint = "*"
"flake8" = "*"
yapf = "*"
pytest = "*"
"pytest-flake8" = "*"
pytest-cov = "*"
pytest-env = "*"
pipenv = "*"
rope = "*"
sphinx = "*"
sphinx_rtd_theme = "*"
tox = "*"
twine = ">=1.5.0"
mock = "*"
