mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
43 lines
780 B
TOML
43 lines
780 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[requires]
|
|
python_version = "3"
|
|
|
|
[dev-packages]
|
|
"autopep8" = "*"
|
|
"flake8" = "==7.1.1"
|
|
"pep8" = "*"
|
|
pylint = "==3.3.2"
|
|
astroid = "*"
|
|
fiximports = ">=0.1.18"
|
|
mock = ">=2.0.0"
|
|
pytest-mock = "*"
|
|
pyflakes = "*"
|
|
pytest = "*"
|
|
yapf = "*"
|
|
reno = {version = ">=2.8.0",extras = ["sphinx"]}
|
|
colorlog = "*"
|
|
sphinx-rtd-theme = "*"
|
|
sphinxcontrib-programoutput = "*"
|
|
twine = "*"
|
|
pathlib2 = {markers = "python_version < '3.8'"}
|
|
scandir = {markers = "python_version < '3.5'"}
|
|
pyfakefs = "*"
|
|
pytest-cov = "*"
|
|
pew = "*"
|
|
black = "==24.10.0"
|
|
typing-extensions = "*"
|
|
toml = "*"
|
|
tomli = "*"
|
|
pre-commit = "==2.17.0"
|
|
|
|
[packages]
|
|
pbr = "*"
|
|
wheel = "*"
|
|
typing = {markers = "python_version < '3.5'"}
|
|
cython = "*"
|
|
pyyaml = "*"
|