update dependencies (#1435)

This commit is contained in:
Maximilian Hils 2016-07-25 21:52:34 -07:00 committed by GitHub
parent 2c11cbeedb
commit d97fe767dc
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ setup(
py_modules=["rtool"], py_modules=["rtool"],
install_requires=[ install_requires=[
"click>=6.2, <7.0", "click>=6.2, <7.0",
"twine>=1.6.5, <1.7", "twine>=1.6.5, <1.8",
"virtualenv>=14.0.5, <15.1", "virtualenv>=14.0.5, <15.1",
"wheel>=0.29.0, <0.30", "wheel>=0.29.0, <0.30",
"six>=1.10.0, <1.11", "six>=1.10.0, <1.11",

View File

@ -80,7 +80,7 @@ setup(
"pyperclip>=1.5.22, <1.6", "pyperclip>=1.5.22, <1.6",
"requests>=2.9.1, <2.11", "requests>=2.9.1, <2.11",
"six>=1.10, <1.11", "six>=1.10, <1.11",
"tornado>=4.3, <4.4", "tornado>=4.3, <4.5",
"urwid>=1.3.1, <1.4", "urwid>=1.3.1, <1.4",
"watchdog>=0.8.3, <0.9", "watchdog>=0.8.3, <0.9",
], ],
@ -116,9 +116,9 @@ setup(
# "pyamf>=0.8.0, <0.9", # "pyamf>=0.8.0, <0.9",
], ],
'examples': [ 'examples': [
"beautifulsoup4>=4.4.1, <4.5", "beautifulsoup4>=4.4.1, <4.6",
"harparser>=0.2, <0.3", "harparser>=0.2, <0.3",
"pytz>=2015.07.0, <=2016.4", "pytz>=2015.07.0, <=2016.6.1",
] ]
} }
) )

View File

@ -17,5 +17,5 @@ changedir = docs
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:lint] [testenv:lint]
deps = flake8>=2.6.2, <3 deps = flake8>=2.6.2, <3.1
commands = flake8 --jobs 8 --count mitmproxy netlib pathod examples test commands = flake8 --jobs 8 --count mitmproxy netlib pathod examples test