aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* update dependencies (#1435)Maximilian Hils2016-07-251-3/+3
|
* restrict accepted lxml versions to fix buildsMaximilian Hils2016-07-251-1/+1
|
* update dependency and loosen restrictions on good citizensThomas Kriechbaumer2016-07-101-7/+7
|
* Add Python 3.5 markers to setup.pyMaximilian Hils2016-07-091-0/+2
|
* fix #1314Maximilian Hils2016-07-081-1/+0
|
* bump h2 dependencyThomas Kriechbaumer2016-07-051-1/+1
|
* update to latest `typing` releaseMaximilian Hils2016-06-291-1/+1
|
* bump depdenciesMaximilian Hils2016-06-291-6/+6
|
* compile docs on python 3.5Maximilian Hils2016-06-281-1/+1
|
* simplify tox setupMaximilian Hils2016-06-281-2/+3
|
* Fold mitmproxy.version and pathod.version into netlib.versionAldo Cortesi2016-06-121-1/+1
|
* Improve debugging of thread and other leaksAldo Cortesi2016-06-111-1/+1
| | | | | | | - Add basethread.BaseThread that all threads outside of test suites should use - Add a signal handler to mitmproxy, mitmdump and mitmweb that dumps resource information to screen when SIGUSR1 is received. - Improve thread naming throughout to make thread dumps understandable
* use tox in TravisThomas Kriechbaumer2016-06-071-1/+1
|
* don't declare codecov as dev dependencyMaximilian Hils2016-06-071-1/+0
|
* use codecov pypi packageMaximilian Hils2016-06-071-0/+1
|
* s/coveralls/codecov/Maximilian Hils2016-06-061-1/+0
|
* update pyparsingMaximilian Hils2016-06-061-1/+1
|
* Allow cryptography 1.4Felix Yan2016-06-051-1/+1
| | | All tests passed and it works correctly here.
* install flake8Thomas Kriechbaumer2016-05-291-4/+5
|
* bump python-hyper dependencies (#1139)Thomas Kriechbaumer2016-05-121-3/+2
|
* stateobject: support listsMaximilian Hils2016-04-291-0/+1
|
* dependency updateMaximilian Hils2016-04-211-2/+2
|
* downgrade pyparsing to fix #1087 and #1090Maximilian Hils2016-04-211-1/+1
|
* add sphinx_rtd_theme as a dependencyMaximilian Hils2016-04-031-0/+1
|
* update dependenciesMaximilian Hils2016-04-031-6/+5
|
* fix pyOpenSSL versionMaximilian Hils2016-03-191-1/+1
|
* update pyOpenSSLMaximilian Hils2016-03-191-2/+2
|
* restrict cryptography version for pyopenssl compatMaximilian Hils2016-03-191-1/+1
|
* fix dependency versionsMaximilian Hils2016-03-181-4/+4
|
* [requires.io] dependency updaterequires.io2016-03-181-4/+4
|
* Allow lxml 3.6Felix Yan2016-03-181-1/+1
| | | All tests passed here, and it works fine.
* combine projectsMaximilian Hils2016-02-181-0/+122
|
* move mitmproxyMaximilian Hils2016-02-151-104/+0
|
* update dependenciesMaximilian Hils2016-02-141-1/+1
|
* relax dependencies for enum34, fix #924Maximilian Hils2016-02-101-1/+1
|
* update dependenciesMaximilian Hils2016-02-061-2/+2
|
* do not include 'test' as packageMaximilian Hils2016-02-061-1/+1
|
* update dependenciesMaximilian Hils2016-02-051-1/+1
|
* remove compatible version specifiersMaximilian Hils2016-02-051-33/+33
|
* make sure that we don't get bitten by upstreamMaximilian Hils2016-02-041-31/+31
|
* always install urwidMaximilian Hils2016-02-041-1/+1
|
* setup.py: no range operators for env markersMaximilian Hils2016-02-041-1/+3
|
* simplify setup.pyMaximilian Hils2016-02-041-72/+54
|
* use test timeoutsThomas Kriechbaumer2016-02-041-0/+1
|
* bump h2 dependency and use latest APIThomas Kriechbaumer2016-02-041-1/+1
|
* --wip--Thomas Kriechbaumer2016-02-041-0/+1
|
* Allow Pillow 3.1Felix Yan2016-01-141-1/+1
| | | Tested with Pillow 3.1.0, all tests passed and the functionality is working correctly here.
* setup.py: document that we don't want to use '~='Maximilian Hils2015-12-031-1/+3
|
* use version specifiers compatible with old setuptools releasesMaximilian Hils2015-12-031-22/+21
|
* Revert "make setup.py wheel-ready"Maximilian Hils2015-12-031-45/+66
| | | | This reverts commit 51bd98d5b17e3d8d49f12a7f63545e8dac61959a.