diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-07-09 22:31:00 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-07-09 22:31:12 +0200 |
commit | 22c0db3b19cf14b0056d4fc32c62f31095c2e382 (patch) | |
tree | cc6a4ceb79163c51259398a918f16c7edb76c02a /requirements.txt | |
parent | dc6266e08e58a2ec7a6660e125ddc585916f4dcd (diff) | |
download | mitmproxy-22c0db3b19cf14b0056d4fc32c62f31095c2e382.tar.gz mitmproxy-22c0db3b19cf14b0056d4fc32c62f31095c2e382.tar.bz2 mitmproxy-22c0db3b19cf14b0056d4fc32c62f31095c2e382.zip |
revert travis osx changes
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index ce37652d..092f834a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -https://maximilianhils.com/upload/2016-06/lxml-3.6.0-cp35-cp35m-win32.whl ; sys_platform == 'win32' and python_version == '3.5' +https://maximilianhils.com/upload/2016-06/lxml-3.6.0-cp35-cp35m-win32.whl; sys_platform == 'win32' and python_version == '3.5' -e .[dev,examples,contentviews] --e ./release +-e ./release
\ No newline at end of file |