aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* make setup.py wheel-readyMaximilian Hils2015-12-031-66/+45
|
* add new pyinstaller spec filesMaximilian Hils2015-11-291-1/+1
|
* finalize script reloading :tada:Maximilian Hils2015-11-141-0/+1
|
* be more conservative about dependency versionsMaximilian Hils2015-11-131-21/+21
| | | We had various examples in the past where new releases break mitmproxy completely. Just as of today, the lxml guys pushed a new release to pypi, but did not include wheels - you cannot install mitmproxy on Windows without a compiler installed now.
* experimental: run tests using py.testsMaximilian Hils2015-09-211-2/+3
|
* experimental: don't interfere with headers, fix #93Maximilian Hils2015-09-181-6/+10
|
* improve readmeMaximilian Hils2015-09-161-1/+1
|
* Merge pull request #751 from mitmproxy/readthedocsMaximilian Hils2015-09-161-1/+3
|\ | | | | Move Docs to readthedocs
| * Merge branch 'master' into readthedocsMaximilian Hils2015-09-081-3/+9
| |\
| * | docs: update documentedlist, add filter table headersMaximilian Hils2015-09-081-1/+1
| | |
| * | docs++Maximilian Hils2015-09-061-1/+3
| | |
* | | mitmdump: colorize output, add content viewsMaximilian Hils2015-09-111-3/+5
| |/ |/|
* | whitelist next_layer for @concurrentMaximilian Hils2015-09-071-3/+9
|/
* Merge remote-tracking branch 'origin/master' into proxy-refactor-cbMaximilian Hils2015-08-301-2/+0
|\
| * Remove release toolsAldo Cortesi2015-08-161-2/+0
| |
* | manually read tls clienthello [wip]Maximilian Hils2015-08-261-1/+3
|/
* make build script amazingMaximilian Hils2015-07-221-0/+1
|
* streamline build processMaximilian Hils2015-07-211-0/+1
|
* improve dependency management in setup.pyMaximilian Hils2015-07-041-19/+24
|
* replace contrib libraries with pypi dependenciesThomas Kriechbaumer2015-06-021-1/+3
|
* Remove dependency on PyOpenSSL, move version check into netlib.Aldo Cortesi2015-05-311-1/+0
| | | | | There are a few more functions in the code that accesses PyOpenSSL directly that should probably also be moved to netlib. Later.
* Add coding style check, reformat.Aldo Cortesi2015-05-301-15/+8
|
* docs: first-pass conversion to bootstrap3Aldo Cortesi2015-05-201-1/+2
| | | | Crappy default styling for now.
* Add blinker dependency, start using it to refactor console appAldo Cortesi2015-03-211-1/+2
| | | | | Blinker lets us set up a central pub/sub mechanism to disentangle our object structure.
* require urwid 1.3Maximilian Hils2015-03-181-1/+1
|
* add mitmweb executableMaximilian Hils2015-03-061-2/+3
|
* use entry_points for Windows supportMaximilian Hils2015-02-271-1/+7
|
* Merge pull request #467 from mitmproxy/clipboardMaximilian Hils2015-02-081-1/+2
|\ | | | | Clipboard
| * save_flow now uses with, and pyperclip requirement updated to 1.5.8Marcelo Glezer2015-02-061-1/+1
| |
| * added pyperclip dependencyMarcelo Glezer2015-02-051-1/+2
| |
* | fix tests, re-enable pypy, do housekeepingMaximilian Hils2015-02-071-3/+4
|/
* Move onboarding app to TornadoAldo Cortesi2014-12-271-1/+0
| | | | | | | Two reasons for this. First, this removes flask and its dependencies, which are quite sizeable. Second, pyinstaller now barfs on simplejson, which is a Flask dependency. I just don't have time to fix this upstream, so doing what we should be doing anyway is a no-brainer.
* fix testsMaximilian Hils2014-11-151-0/+1
|
* Merge pull request #410 from JustusW/masterMaximilian Hils2014-11-151-0/+4
|\ | | | | Added HAR generation as inline script
| * Updated setup.py and moved requirements to examples section. Included ↵Justus Wingert2014-11-151-2/+4
| | | | | | | | examples section in requirements.txt. Updated har_extractor to use command line arguments.
| * Switched to pytz. Added comment for clarification on behaviour of ↵Justus Wingert2014-11-151-0/+1
| | | | | | | | HAREncodable. Added missing parameter in reset(). Fixed accessing headers.
| * Hopefully fixed dependency fuckup.Justus Wingert2014-11-151-1/+1
| |
| * Added script dependencie to harparser.Justus Wingert2014-11-151-0/+1
| |
* | Remove sortedcontainers from deps - we don't use itAldo Cortesi2014-11-151-1/+0
| |
* | First-order integration of configargparser to add config file supportAldo Cortesi2014-11-151-2/+5
|/
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2014-11-111-10/+1
|\
| * Remove entry points in favor of vanilla scripts, fix test-releaseAldo Cortesi2014-11-111-10/+1
| |
* | be more explicit about requirementsMaximilian Hils2014-11-111-2/+2
|/
* We don't need requests for mitmproxyAldo Cortesi2014-11-051-2/+1
|
* distutils -> setuptoolsMaximilian Hils2014-10-011-78/+21
|
* Add tornado dependency, serve index fileAldo Cortesi2014-09-141-1/+2
|
* update distribution: pip install now works on WindowsMaximilian Hils2014-09-091-34/+71
|
* Drop usage of obsolete function "file"Seppo Yli-Olli2014-08-291-2/+2
| | | Also use context manager
* add trove classifier for Python 2Maximilian Hils2014-08-191-0/+1
|
* add requests to requrements, improve error loggingMaximilian Hils2014-03-191-0/+1
|