aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-031-1/+2
| | | | Adapt ValueLiteral parsing to suit
* Merge branch 'master' of ssh.github.com:mitmproxy/pathodAldo Cortesi2015-03-141-3/+4
|\
| * Merge remote-tracking branch 'origin/master'Maximilian Hils2014-11-111-8/+4
| |\ | | | | | | | | | | | | Conflicts: setup.py
| | * Changelog, remove entry points in favor of scriptsAldo Cortesi2014-11-081-8/+1
| | |
| | * Add a pip requirement to pathod to work around a pip/requests screwupAldo Cortesi2014-11-051-0/+3
| | |
| * | be more explicit about requirementsMaximilian Hils2014-11-111-1/+1
| |/
* / Fix entry points for cmdline toolsAldo Cortesi2015-03-141-2/+2
|/
* distutils -> setuptoolsMaximilian Hils2014-10-021-75/+21
|
* fix testsMaximilian Hils2014-09-281-1/+1
|
* use setuptools entrypoints rather than scriptsMaximilian Hils2014-08-311-1/+6
|
* Merge branch 'master' into distMaximilian Hils2014-08-311-2/+3
|\ | | | | | | | | | | Conflicts: requirements.txt setup.py
| * fix tests to be compatible with the latest requests versionMaximilian Hils2014-08-311-1/+1
| |
* | try hardererer to fix travisMaximilian Hils2014-08-301-1/+1
| |
* | try harder to fix travisMaximilian Hils2014-08-301-24/+37
|/
* only require the minor version of netlib to matchMaximilian Hils2014-08-191-1/+2
|
* ensure binary read on windowsMaximilian Hils2013-08-191-1/+1
|
* Sync version number with mitmproxy.Aldo Cortesi2013-03-051-1/+1
|
* Make last_log return None if nothing is logged.Aldo Cortesi2013-02-231-1/+1
|
* Require requests > 1.0.4Aldo Cortesi2012-12-311-1/+1
| | | | This changes the API slightly, since json is now a method, not a property.
* Add :u shortcut example.Aldo Cortesi2012-11-161-2/+2
| | | | Update trove specifiers, netlib dependency.
* pathoc missing from setup.py/setup(scripts=)starenka2012-08-251-1/+1
| | | pathoc was not specified as distributed script
* Correct URL.Aldo Cortesi2012-08-241-1/+1
|
* Add flask dependency.Aldo Cortesi2012-08-231-1/+1
|
* Depend on netlib 0.2.1Aldo Cortesi2012-08-231-4/+1
|
* Add netlib dependency pointer.Aldo Cortesi2012-06-281-0/+3
|
* Remove last vestige of Tornado pathod.Aldo Cortesi2012-06-211-1/+1
|
* Add requests to install_requires.Aldo Cortesi2012-06-071-1/+1
|
* setup.py, LICENSE, README.txtAldo Cortesi2012-04-291-0/+93