aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Use Brotli instead of brotlipyFelix Yan2019-05-271-1/+1
| | | | | brotlipy is stuck at brotli 0.6 and upstream is inactive. Let's switch to the official binding which is up-to-date and has same interfaces.
* update to wsproto 0.13rpigott2019-01-291-1/+1
|
* bump dependenciesThomas Kriechbaumer2018-12-021-7/+7
|
* bump wsprotoThomas Kriechbaumer2018-09-231-1/+1
|
* Python 3.7 is hereThomas Kriechbaumer2018-09-071-0/+1
|
* Lib ruamel.yaml version 0.15.55 will caused typing.Sequence[str] unsupported ↵Guangchao2018-08-171-1/+1
| | | | | | | in option. Baseed on release note of recent version 0.15.55 ruamel.yaml, it unmade CommentedSeq a subclass of list. This will cause the sequence parsed from yaml cannot be set to option whose type is typing.Sequence[str].
* bump dependenciesThomas Kriechbaumer2018-07-271-3/+3
|
* protobuf: tests implemented, full coveragePietro Francesco Tirenna2018-07-171-1/+1
|
* Added protobuf methods; implemented initial DB logicmadt1m2018-06-231-0/+1
|
* Such CI, Very Wow. (#3182)Maximilian Hils2018-06-021-1/+1
|
* Fix typo in parver version specAldo Cortesi2018-05-271-1/+1
|
* Merge pull request #3156 from cortesi/cibuild2Aldo Cortesi2018-05-251-0/+1
|\ | | | | More cibuild tweaks
| * cibuild: start building version awarenessAldo Cortesi2018-05-251-0/+1
| |
* | [requires.io] dependency update on master branch (#3154)Maximilian Hils2018-05-241-2/+2
|/
* [requires.io] dependency updaterequires.io2018-04-261-1/+1
|
* Merge pull request #3057 from mitmproxy/requires-io-masterAldo Cortesi2018-04-151-2/+2
|\ | | | | [requires.io] dependency update on master branch
| * [requires.io] dependency updaterequires.io2018-04-141-1/+1
| |
| * [requires.io] dependency updaterequires.io2018-04-141-1/+1
| |
* | readfile: add a readfile_filter optionAldo Cortesi2018-04-141-0/+1
|/ | | | | | * Add a readfile_filter option that filters flows on read. * Adjust test suite for asyncio. * Add asynctest as a dev dependency.
* asyncio: ditch the handler contextAldo Cortesi2018-04-071-0/+1
| | | | | | | There are a few reasons for this. First, logs are now async, and can be called at any time. Second, the event loop is thread local, so there can only ever be one master per thread. These two things together completely obviate the need for a handler context.
* [requires.io] dependency updaterequires.io2018-04-021-1/+1
|
* Python 3.5 is dead -- long live Python 3.6!Thomas Kriechbaumer2018-03-311-1/+0
| | | | fixes #2266
* fix Tornado 5.0 event loopThomas Kriechbaumer2018-03-241-1/+1
| | | | https://github.com/tornadoweb/tornado/issues/2183#issuecomment-371001254
* [requires.io] dependency update on master branch (#2992)Thomas Kriechbaumer2018-03-241-2/+2
|
* [requires.io] dependency updaterequires.io2018-03-021-1/+1
|
* Merge pull request #2921 from fristonio/Fix-2899Aldo Cortesi2018-02-261-2/+1
|\ | | | | Remove h11 from dependencies and move requests to dev dependencies
| * Remove h11 from dependencies and move requests to dev dependenciesDeepesh Pathak2018-02-261-2/+1
| |
* | Getting rid of PillowMiroslav2018-02-251-2/+1
|/
* Explicitly declare pyperclip requirementChih-Hsuan Yen2018-02-241-1/+1
| | | pyperclip version 1.6.0 introduces an API change: the class `pyperclip.exceptions.PyperclipException` is moved to `pyperclip.PyperclipException`. As mitmproxy uses the latter, it's better to explicitly declare the requirement.
* All new documentationAldo Cortesi2018-02-221-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch does a lot. - Ditch sphinx in favor of hugo. This gives us complete control of the layout and presentation of our docs. Henceforth, docs will be hosted on our website rather than ReadTheDocs. - Create a simple, clean doc layout and theme. - Remove large parts of the documentaion. I've ditched anything that was a) woefully out of date, b) too detailed, or c) too hard to maintain in the long term. - Huge updates to the docs themselves: completely rewrite addons documentation, add docs for core concepts like commands and options, and revise and tweak a lot of the existing docs. With this patch, we're also changing the way we publish and maintain the docs. From now on, we don't publish docs for every release. Instead, the website will contain ONE set of docs for each major release. The online docs will be updated if needed as minor releases are made. Docs are free to improve during minor releases, but anything that changes behaviour sufficiently to require a doc change warrants a new major release. This also leaves us free to progressively update and improve docs out of step with our release cadence. With this new scheme, I feel CI over the docs is less important. I've removed it for now, but won't object if someone wants to add it back in.
* [requires.io] dependency updaterequires.io2018-02-121-1/+1
|
* [requires.io] dependency update on master branch (#2848)Thomas Kriechbaumer2018-02-071-1/+1
|
* bump minimum requirements for known bugfix releasesThomas Kriechbaumer2018-01-271-10/+10
|
* bump minimum required urwid version, fix #2815Maximilian Hils2018-01-261-1/+1
|
* [requires.io] dependency update on master branch (#2799)Thomas Kriechbaumer2018-01-181-1/+1
|
* dependency updateMaximilian Hils2018-01-041-1/+1
|
* unvendor wsprotoThomas Kriechbaumer2018-01-011-0/+1
|
* fix #2470Maximilian Hils2017-12-301-2/+3
|
* single-source version processingMaximilian Hils2017-12-301-1/+1
|
* bump cryptographyThomas Kriechbaumer2017-12-171-1/+1
| | | | This includes important security fixes.
* [requires.io] dependency updaterequires.io2017-12-151-1/+1
|
* vendoring of wsprotoThomas Kriechbaumer2017-12-121-0/+1
| | | | | https://github.com/python-hyper/wsproto.git commit 5ea2da61266796666f5de6461aaae22e6b00deba
* [requires.io] dependency update on master branch (#2637)Thomas Kriechbaumer2017-12-111-2/+2
|
* [requires.io] dependency update on master branch (#2629)Thomas Kriechbaumer2017-11-151-1/+1
|
* [requires.io] dependency updaterequires.io2017-11-101-1/+1
|
* [requires.io] dependency update on master branch (#2623)Thomas Kriechbaumer2017-11-101-1/+1
|
* bump flake8Thomas Kriechbaumer2017-10-311-1/+1
| | | | closes #2601
* [requires.io] dependency update on master branch (#2586)Thomas Kriechbaumer2017-10-221-3/+3
|
* allow pyOpenSSL 17.2Maximilian Hils2017-10-171-1/+1
|
* [requires.io] dependency updaterequires.io2017-10-061-1/+1
|