Commit Graph

347 Commits

Author SHA1 Message Date
Maximilian Hils 2c941b8905
Merge pull request #4528 from mitmproxy/requires-io-master
[requires.io] dependency update on master branch
2021-03-29 15:15:51 +02:00
Maximilian Hils 748fc93699
Merge pull request #4422 from mhils/pdoc
Docs: Add API Reference Using Pdoc
2021-02-13 00:18:49 +01:00
Maximilian Hils 08d1f67e5b
[requires.io] dependency update on master branch (#4431)
Co-authored-by: requires.io <support@requires.io>
2021-02-08 16:46:57 +00:00
Maximilian Hils 09beb1aa13 docs: add api reference using pdoc 2021-02-05 09:15:54 +01:00
Maximilian Hils a11cfd45c4
[requires.io] dependency update on master branch (#4391)
Co-authored-by: requires.io <support@requires.io>
2021-01-17 10:38:47 +00:00
Maximilian Hils 3432cc397b fix compat with h11 0.12, add explicit dependency 2021-01-01 15:06:29 +01:00
Maximilian Hils 86bee371db
[requires.io] dependency update on master branch (#4373)
Co-authored-by: requires.io <support@requires.io>
2020-12-30 22:59:59 +01:00
Maximilian Hils 2a30172525 migrate certs.Cert to pyca/cryptography, re-add mitmcert 2020-12-30 15:20:49 +01:00
Thomas Kriechbaumer c35316f85a remove pathod and pathoc 2020-12-13 20:21:11 +01:00
Thomas Kriechbaumer 2f667f950e fix long description content type 2020-12-13 19:57:26 +01:00
Maximilian Hils 32c73a8d61 split README.rst into README.md and CONTRIBUTING.md 2020-12-13 18:50:43 +01:00
Maximilian Hils 7217c60e4e
[requires.io] dependency update on master branch (#4345)
Co-authored-by: requires.io <support@requires.io>
2020-12-13 00:06:15 +01:00
Maximilian Hils c5eae9d752 drop support for Python 3.6 and 3.7
We require Python 3.8 for sans-io (#1775),
so we need to drop support for older versions.
2020-12-06 00:25:09 +01:00
Maximilian Hils e06c3d68cb update pyOpenSSL 2020-11-27 23:49:04 +01:00
Felix Yan 24c50c42c4
Remove duplicated flask from dev dependencies
It's already in install_requires.
2020-11-27 01:21:58 +08:00
Felix Yan 0b0a6cfef6
Replace asynctest with stdlib mock
This is an implementation of
https://github.com/mitmproxy/mitmproxy/issues/4020

Tested to work fine here with Python 3.8.6.
2020-11-14 05:27:35 +08:00
Thomas Kriechbaumer db2959ad53 release preparations 2020-11-01 12:12:51 +01:00
Maximilian Hils dd8d338a62 update cryptography, change test cert generation to use different CNs 2020-11-01 01:38:10 +01:00
Thomas Kriechbaumer b2c7ceaa25 restore py36 classifier 2020-10-07 18:38:22 +02:00
Thomas Kriechbaumer 3915af18a4 fix dependencies for py35 upgrade message 2020-10-06 23:33:39 +02:00
Thomas Kriechbaumer 67b3ee1307 semver bump 2020-10-06 22:45:58 +02:00
Maximilian Hils cc77a16539
temporarily pin cryptography 2020-10-06 22:29:34 +02:00
Maximilian Hils cf0a1b0ce2 add py39 trove classifier 2020-08-27 16:49:44 +02:00
Maximilian Hils 54276f0eea update dependencies 2020-08-27 11:00:31 +02:00
Maximilian Hils cd44256521 update various dependencies 2020-08-27 00:25:08 +02:00
Maximilian Hils 9156873cf1 bump ldap3 dependency
apparently older versions cause issues, see mitmproxy/mitmproxy#4168
2020-08-26 22:58:10 +02:00
Maximilian Hils 67885320c0 add ASGI support for embedded apps
This commit replaces our WSGI implementation with a new ASGI one,
which then uses `asgiref`'s compatibility mode to still support WSGI applications.
The ASGI implementation is a bit bare-bone, but good enough for our purposes.

The major changes are:

  - We now support ASGI apps.
  - Instead of taking connections out of mitmproxy's normal processing,
    we now just set flow.response and let things continue as usual.
    This allows users to see responses in mitmproxy, use the response hook
    to modify app responses, etc. Also important for us,
    this makes the new implementation work for shenanigans like sans-io.
2020-08-13 17:22:31 +02:00
Vincent Haupert b175bc84e3
Require at least urwid 2.1.1
refs https://github.com/mitmproxy/mitmproxy/issues/3936
refs https://github.com/urwid/urwid/issues/419
2020-07-30 00:12:02 +02:00
Vincent Haupert ea91772172
Revert "downgrade & pin urwid to 2.0.1 (#4086)"
This reverts commit 2dfcb537f2.

This commit was introduced in response to an upstream issue with urwid
2.1.0 which is fixed in 2.1.1.
2020-07-30 00:12:00 +02:00
Maximilian Hils 1e5464a9e6 ci: test old python releases, pin binary environments 2020-07-27 18:06:55 +02:00
Tom Hacohen 5fd702934c Add a msgpack content viewer. 2020-07-22 16:47:08 +03:00
Maximilian Hils 5af57cfa99 HTTPRequest -> http.Request, add request.authority 2020-07-16 16:55:15 +02:00
Maximilian Hils 2dfcb537f2
downgrade & pin urwid to 2.0.1 (#4086)
refs https://github.com/mitmproxy/mitmproxy/issues/3936
refs https://github.com/mitmproxy/mitmproxy/issues/3967
2020-07-16 16:52:52 +02:00
Maximilian Hils 08895e9ba6 restructure examples
- restructure examples (fix #4031)
 - remove example dependencies from setup.py,
   we do not need special dependencies for our supported addons.
 - unify how we generate docs from code
 - improve example docs
2020-06-23 16:00:14 +02:00
Maximilian Hils b5e3f736c0 minor improvements, tests++ 2020-04-09 08:25:22 +02:00
Maximilian Hils 9d5305301a Merge remote-tracking branch 'origin/master' into fix-ci 2020-04-08 20:21:12 +02:00
Maximilian Hils 623055a25a bump dependencies 2020-04-03 17:50:15 +02:00
Maximilian Hils 3c09e1a516
Merge pull request #3692 from mhils/tls13
Update cryptography, enable TLS 1.3
2020-04-03 17:10:32 +02:00
Maximilian Hils c1f01cc67c bump minimum cryptography version 2020-04-03 11:01:24 +02:00
Maximilian Hils 19aa7aeeb7 update mypy and pin version 2020-04-02 11:40:50 +02:00
Thomas Kriechbaumer ae6fe83adb fix #3780 2020-02-08 21:48:14 +01:00
Thomas Kriechbaumer 40925181e9 re-add missing CI steps and fix linting 2019-12-31 16:27:22 +01:00
Thomas Kriechbaumer 842ecbf82c bump urwid
fixes #3765
2019-12-31 11:03:54 +01:00
Pavel Savchenko 5b2767d18b Add py.typed stub as per PEP-561 2019-12-29 14:19:39 +02:00
Maximilian Hils 67955fad32 update trove classifiers 2019-12-16 03:10:32 +01:00
Maximilian Hils 0f868e9924 update cryptography 2019-11-23 01:06:23 +01:00
Maximilian Hils 70e3871fdb pin pyopenssl to fix builds, refs #3692 2019-11-18 17:11:15 +01:00
Maximilian Hils ac22aee2f5 cleanup mypy usage 2019-11-16 15:14:30 +01:00
Maximilian Hils bdc15cbe0c update mypy 2019-11-12 04:38:13 +01:00
Maximilian Hils 902ef59d01
Move onboardingapp from tornado to flask (#3661) 2019-10-06 14:41:46 +02:00