guake-guake/Pipfile
Gaetan Semet d7ea55f8c1 update to reno 2.8.0
sem-ver: bugfix

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2018-04-09 17:34:32 +02:00

28 lines
458 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3"
[dev-packages]
"autopep8" = "*"
"flake8" = "*"
"pep8" = "*"
fiximports = ">=0.1.18"
mock = ">=2.0.0"
pytest-mock = "*"
pyflakes = "*"
pylint = "*"
pytest = "*"
yapf = "*"
reno = {version = ">=2.8.0", extras = ["sphinx"]}
pipenv-to-requirements = "*"
colorlog = "*"
rope = "*"
[packages]
pbr = "*"
typing = {markers="python_version < '3.5'"}