diff options
author | Aldo Cortesi <aldo@corte.si> | 2017-04-26 11:23:48 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 11:23:48 +1200 |
commit | 1daf0b3f0ae80e1e2dce823204547611e28d6ee9 (patch) | |
tree | 57b4153fa4980e2af1aff7aae9c84ae507a463fb /setup.py | |
parent | 02c82b1b602b7d5ab03c1e25d7d89f44c593174a (diff) | |
parent | b72f1390937e9799f588fd9a1564056131fb1aa7 (diff) | |
download | mitmproxy-1daf0b3f0ae80e1e2dce823204547611e28d6ee9.tar.gz mitmproxy-1daf0b3f0ae80e1e2dce823204547611e28d6ee9.tar.bz2 mitmproxy-1daf0b3f0ae80e1e2dce823204547611e28d6ee9.zip |
Merge pull request #2264 from cortesi/options
Change the way addons handle options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -80,7 +80,6 @@ setup( "ruamel.yaml>=0.13.2, <0.15", "tornado>=4.3, <4.6", "urwid>=1.3.1, <1.4", - "watchdog>=0.8.3, <0.9", "brotlipy>=0.5.1, <0.7", "sortedcontainers>=1.5.4, <1.6", # transitive from cryptography, we just blacklist here. |