deluge/Pipfile

45 lines
756 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
flake8 = "*"
flake8-blind-except = "*"
flake8-builtins = "*"
flake8-commas = "*"
flake8-comprehensions = "*"
flake8-debugger = "*"
flake8-deprecated = "*"
flake8-isort = "*"
flake8-mock = "*"
flake8-mutable = "*"
flake8-quotes = "*"
isort = "*"
pep8-naming = "*"
pre-commit = "*"
pre-commit-hooks = "*"
check-manifest = "*"
pytest = "*"
mock = "*"
pytest-cov = "*"
coverage = "*"
Sphinx = "*"
recommonmark = "*"
sphinx-rtd-theme = "*"
sphinxcontrib-spelling = "*"
tox="*"
detox = "*"
[packages]
twisted = {extras = ["tls"], version = ">=16.4"}
chardet = "*"
mako = "*"
pyxdg = "*"
pillow = "*"
slimit = "*"
"flake8" = "*"
[requires]
python_version = "2.7"