aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix as per feedback and add more testsSachin Kelkar2017-02-031-0/+1
|
* nuke mock dependencyThomas Kriechbaumer2017-01-221-1/+0
| | | | This is already included in Python 3.3+ as unittest.mock
* update dependenciesMaximilian Hils2017-01-071-5/+4
|
* run tests on Python 3.6Thomas Kriechbaumer2016-12-271-0/+1
|
* bump h2Thomas Kriechbaumer2016-12-171-1/+1
| | | | This takes care of https://github.com/python-hyper/hyper-h2/issues/422
* update dependenciesMaximilian Hils2016-12-141-1/+1
|
* Merge pull request #1837 from mhils/1809Maximilian Hils2016-12-111-4/+6
|\ | | | | Fix #1809
| * fix version sourcing in setup.pyMaximilian Hils2016-12-111-4/+6
| |
* | pin docutils version to fix docs testsMaximilian Hils2016-12-111-0/+1
| |
* | bump dependenciesThomas Kriechbaumer2016-12-101-5/+5
| |
* | Merge pull request #1831 from mhils/contentviewsAldo Cortesi2016-12-111-1/+0
|\ \ | |/ |/| Split contentviews.py into mitmproxy.contentviews
| * remove lxml-dependent codeMaximilian Hils2016-12-101-1/+0
| |
* | Merge pull request #1834 from Kriechi/remove_ssl_match_hostnameMaximilian Hils2016-12-101-1/+0
|\ \ | |/ |/| remove backport.ssl_match_hostname
| * remove backport.ssl_match_hostnameThomas Kriechbaumer2016-12-101-1/+0
| | | | | | | | This is already included in Python 3.5+
* | Replace configargparse with argparse, enable new options loadingAldo Cortesi2016-12-081-1/+0
| | | | | | | | | | | | This commit ditches configargparse and enables the new config file format. The default location is ~/.mitmproxy/config.yaml. Unifying all of the various Options objects will follow in the next patch.
* | Add YAML serialization of optionsAldo Cortesi2016-12-081-0/+1
|/ | | | | This uses ruamel.yaml. The library seems well-supported, and can do in-place modification of config files that retains user comments and file structure.
* upgrade to construct 2.8 and new APIThomas Kriechbaumer2016-12-041-1/+1
|
* fix pyinstallerMaximilian Hils2016-11-281-0/+3
| | | amongst other things, fix #1746
* update dependencies (#1789)Maximilian Hils2016-11-251-1/+1
|
* bump cryptography dependencyThomas Kriechbaumer2016-11-231-1/+1
|
* update pydivert, fix #1749Maximilian Hils2016-11-211-1/+1
|
* update dependenciesMaximilian Hils2016-11-181-2/+2
|
* setup.py: adjust mypy-lang dependency for semverDoug Freed2016-11-161-1/+1
| | | | Looks like the previous form was a typo.
* Sketch out addons.ViewAldo Cortesi2016-10-291-0/+1
| | | | The first iteration of a replacement for addons.State
* upgrade h2 to >=2.5.0Thomas Kriechbaumer2016-10-271-1/+1
|
* bump h2 versionMaximilian Hils2016-10-271-1/+1
|
* Add mypy to lintAldo Cortesi2016-10-271-0/+3
| | | | | | | An extremely modest beginning, but we'll roll this out over the whole codebase in time. Also move flake8 and mypy dependencies into setup[dev].
* typecheck options, fix current inconsistenciesMaximilian Hils2016-10-251-1/+1
|
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-1/+0
|
* netlib.version -> mitmproxy.versionAldo Cortesi2016-10-201-1/+1
|
* Move all tools into mitmproxy.tools, move models/* to top levelAldo Cortesi2016-10-191-3/+3
| | | | | | The primary motivation here (and for all the other moving around) is to present a clean "front of house" to library users, and to migrate primary objects to the top of the module hierarchy.
* python3: update README and setup.py trove classifiersAldo Cortesi2016-10-171-0/+1
|
* update protobuf, reenable for py3 (#1618)Maximilian Hils2016-10-161-2/+2
|
* Merge pull request #1615 from cortesi/python3aAldo Cortesi2016-10-171-1/+0
|\ | | | | exterminate six
| * test & examples: zap sixAldo Cortesi2016-10-171-1/+0
| |
* | update pydivert dependency (#1614)Maximilian Hils2016-10-161-1/+1
|/
* First-order conversion to Python3-onlyAldo Cortesi2016-10-171-9/+0
| | | | | | - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works.
* update dependenciesMaximilian Hils2016-10-031-2/+2
|
* update dependencies, minor fixes (#1577)Maximilian Hils2016-09-241-3/+3
|
* bump brotlipyThomas Kriechbaumer2016-09-111-1/+1
|
* bump brotli dependencyThomas Kriechbaumer2016-09-041-1/+1
|
* improve CIThomas Kriechbaumer2016-09-031-0/+1
|
* cryptography 1.5Thomas Kriechbaumer2016-09-011-1/+1
|
* bump h2 dependencyThomas Kriechbaumer2016-08-241-1/+1
| | | | This fixes a bug with empty HEAD responses: https://github.com/python-hyper/hyper-h2/issues/255
* Remove harparser dependencyShadab Zafar2016-08-151-1/+0
|
* update dependencies (#1478)Maximilian Hils2016-08-111-2/+2
|
* Integrated encode/decoder for brotliAngelo Agatino Nicolosi2016-07-301-0/+1
|
* Set upper bound on jsbeautifier package to 1.7dufferzafar2016-07-281-1/+1
|
* Make contentview requirements mandatorydufferzafar2016-07-271-2/+2
|
* Use jsbeautifier from pipdufferzafar2016-07-271-0/+1
|