aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* update packagesThomas Kriechbaumer2017-05-111-2/+2
|
* fixed lintCharles d'Hondt2017-05-041-1/+1
|
* Added ldap mock testCharles d'Hondt2017-05-041-1/+1
|
* added ldap3 to setup.pyCharles d'Hondt2017-05-021-0/+1
|
* bump cryptography min-versionThomas Kriechbaumer2017-04-271-1/+1
| | | | This removes OpenSSL v0.9.8 support.
* Remove watchdog, solidify script testingAldo Cortesi2017-04-261-1/+0
| | | | | | | | - Remove the watchdog dependency. We now just stat the script file every 2 seconds to check for an updated mtime. - Further solidify our script testing, and in particular make the example tests nicer. These should exemplify how we want users to test their own addon scripts. More work on addon testing to follow.
* [requires.io] dependency update on master branch (#2252)Maximilian Hils2017-04-201-1/+1
|
* [requires.io] dependency update on master branch (#2241)Maximilian Hils2017-04-171-2/+2
|
* Update setup.pyMaximilian Hils2017-04-161-1/+1
|
* [requires.io] dependency updaterequires.io2017-04-161-1/+1
|
* update kaitai and recompile formatsThomas Kriechbaumer2017-04-161-1/+1
|
* bump h2Thomas Kriechbaumer2017-03-241-2/+2
|
* [requires.io] dependency update on master branch (#2193)Maximilian Hils2017-03-211-1/+1
|
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-171-1/+1
| | | | | | | | | | | | | | | | | | We get little benefit from our mypy QA checks at the moment, because we skip imports. This patch is what's needed to make mypy succeed with imports on a single file: master.py It also updates mypy to the current version, and enables a QA check. Mypy bugs I encountered: dict.update with kwargs not supported: https://github.com/python/mypy/issues/1031 property setters and getters must be adjacent: https://github.com/python/mypy/issues/1465
* bump h2 and hyperframeThomas Kriechbaumer2017-03-161-2/+2
|
* Merge pull request #2167 from mhils/update-dependenciesAldo Cortesi2017-03-161-1/+1
|\ | | | | update mypy
| * update mypyMaximilian Hils2017-03-151-1/+1
| |
* | bump sphinxThomas Kriechbaumer2017-03-151-2/+2
|/
* Merge pull request #2159 from Kriechi/bump-pyparsingThomas Kriechbaumer2017-03-151-1/+1
|\ | | | | bump pyparsing
| * bump pyparsingThomas Kriechbaumer2017-03-151-1/+1
| |
* | bump cryptographyThomas Kriechbaumer2017-03-151-1/+1
|/
* Remove pytz in hardumpUjjwal Verma2017-02-251-1/+0
|
* protobuf: coverage++Thomas Kriechbaumer2017-02-191-3/+0
|
* nuke PillowThomas Kriechbaumer2017-02-151-1/+1
|
* nuke pypyThomas Kriechbaumer2017-02-121-1/+0
|
* Merge pull request #2000 from s4chin/add-jpeg-parserMaximilian Hils2017-02-111-1/+1
|\ | | | | Add jpeg parser
| * Update kaitaistruct version to 0.6Sachin Kelkar2017-02-081-1/+1
| |
* | update mypyMaximilian Hils2017-02-111-1/+1
| | | | | | The pypi package name has changed.
* | update dependenciesMaximilian Hils2017-02-101-3/+3
|/
* FeedbackSachin Kelkar2017-02-031-1/+1
|
* 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
|