mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
29 lines
481 B
TOML
29 lines
481 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 = "*"
|
|
sphinx-rtd-theme = "*"
|
|
|
|
[packages]
|
|
pbr = "*"
|
|
typing = {markers="python_version < '3.5'"}
|