aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* minor improvements, tests++Maximilian Hils2020-04-091-0/+1
|
* Merge remote-tracking branch 'origin/master' into fix-ciMaximilian Hils2020-04-081-8/+8
|\
| * bump dependenciesMaximilian Hils2020-04-031-5/+5
| |
| * Merge pull request #3692 from mhils/tls13Maximilian Hils2020-04-031-2/+2
| |\ | | | | | | Update cryptography, enable TLS 1.3
| | * bump minimum cryptography versionMaximilian Hils2020-04-031-1/+1
| | |
| | * update cryptographyMaximilian Hils2019-11-231-2/+2
| | |
| * | update mypy and pin versionMaximilian Hils2020-04-021-1/+1
| | |
| * | fix #3780Thomas Kriechbaumer2020-02-081-1/+1
| | |
* | | re-add missing CI steps and fix lintingThomas Kriechbaumer2019-12-311-3/+0
|/ /
* | bump urwidThomas Kriechbaumer2019-12-311-1/+1
| | | | | | | | fixes #3765
* | Add py.typed stub as per PEP-561Pavel Savchenko2019-12-291-0/+1
| |
* | update trove classifiersMaximilian Hils2019-12-161-6/+4
|/
* pin pyopenssl to fix builds, refs #3692Maximilian Hils2019-11-181-1/+1
|
* cleanup mypy usageMaximilian Hils2019-11-161-1/+3
|
* update mypyMaximilian Hils2019-11-121-2/+2
|
* Move onboardingapp from tornado to flask (#3661)Maximilian Hils2019-10-061-1/+2
|
* update dependenciesMaximilian Hils2019-10-061-2/+2
|
* bump more depsThomas Kriechbaumer2019-09-281-11/+10
|
* bump depsThomas Kriechbaumer2019-09-281-3/+3
|
* Merge pull request #3329 from Kriechi/readme-sloganThomas Kriechbaumer2019-09-281-1/+1
|\ | | | | update readme slogan
| * update readme sloganThomas Kriechbaumer2018-09-211-1/+1
| |
* | bump dependenciesThomas Kriechbaumer2019-09-281-7/+7
| |
* | Updated Setup.pyJesson Soto Ventura2019-09-241-1/+1
| | | | | | A comma broke the build
* | Merge branch 'master' into tabularJesson Soto Ventura2019-09-241-1/+2
|\ \
| * \ Merge pull request #3631 from mhils/lintMaximilian Hils2019-09-051-1/+1
| |\ \ | | | | | | | | Fix CI
| | * | lintMaximilian Hils2019-09-051-1/+1
| | | |
| * | | encoding: add support for zstd (zstandard)Tero Saaristo2019-09-051-0/+1
| |/ / | | | | | | | | | Handles zstandard-compressed bodies labeled as zstd.
* / / TLD and SLD are now highlighted using publicsuffixJesson Soto Ventura2019-09-241-0/+1
|/ / | | | | | | - Added time.time() as the default for the start time on fake requests
* | 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