forked from deluge-torrent/deluge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
44 lines (41 loc) · 756 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[[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"