aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-11-29 19:05:58 +0100
committerMaximilian Hils <git@maximilianhils.com>2015-11-29 19:05:58 +0100
commitd3570747e8ef4ba4068edd89501504df4ce3281c (patch)
tree74201cea46ec7e649f8f3a4c605433083058a9bc /setup.py
parent459ab0434fb37ae6ec8777c0118fa13033fb82d7 (diff)
downloadmitmproxy-d3570747e8ef4ba4068edd89501504df4ce3281c.tar.gz
mitmproxy-d3570747e8ef4ba4068edd89501504df4ce3281c.tar.bz2
mitmproxy-d3570747e8ef4ba4068edd89501504df4ce3281c.zip
also build wheels
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 2422d7a9..e99c159c 100644
--- a/setup.py
+++ b/setup.py
@@ -5,9 +5,10 @@ setup(
version='1.0',
py_modules=['rtool'],
install_requires=[
- 'click~=6.2',
- 'twine~=1.6.4',
- 'virtualenv~=13.1.2',
+ 'click>=6.2',
+ 'twine>=1.6.4',
+ 'virtualenv>=13.1.2',
+ 'wheel>=0.26.0',
],
entry_points={
'console_scripts': [