summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* bump six req to >=1.4Trent Hauck2015-08-021-1/+1
|
* websocket-client for all versions1.3.0-releaseJoffrey F2015-07-081-3/+1
|
* Updated websocket-client dependency to latest version (now supports python 3)Joffrey F2015-06-191-1/+1
|
* Merge branch 'patch-1' of https://github.com/luzfcb/docker-py into ↵Joffrey F2015-04-221-2/+5
|\ | | | | | | | | | | | | luzfcb-patch-1 Conflicts: setup.py
| * added URL for this project in setup configurationFábio C. Barrionuevo da Luz2015-03-311-0/+1
| |
* | added ports to setup.pyYuval Kohavi2015-04-081-1/+1
|/ | | | Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
* Bump requests versionJoffrey F2015-03-041-1/+1
|
* urllib3/requests issuesJoffrey F2015-01-091-1/+1
|
* Resolves #101, don't use pinned dependencies.Daniel Nephin2014-08-081-7/+10
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Merge branch 'master' into momer-tlsJoffrey F2014-07-101-0/+1
|\ | | | | | | | | Conflicts: docker/client.py
| * Added support for Python 3.4 in setup.py classifiersJoffrey F2014-06-231-0/+1
| |
* | * Merge branch 'tls' of github.com:momer/docker-py into momer-tlsJoffrey F2014-06-231-1/+2
|\ \ | |/ |/| | | | | | | | | * Exported TLS configuration in tls.TLSConfig * Merged exceptions packagee into pre-existing errors module * Flake8 fixes * Bug fixes
| * Expanding on @denibertovic initial additions, we now have full support for ↵Mo Omer2014-05-131-1/+1
| | | | | | | | SSL in docker-py. Including the ability to specify the expected SSL Version for issues with OpenSSL sslv3/tls1 recognition issues. Added an exception class for repetitive reminders to look at the CLI doc on docker.io.
* | Reverted c3ebce91b0d76540280c0ef6f961c0a5305b30f3Joffrey F2014-06-221-2/+1
| |
* | docker is now a namespace packageJoffrey F2014-06-231-1/+2
| |
* | Correct test requirements in setup.pyJoffrey F2014-05-241-1/+2
| |
* | Avoid version duplicationJoffrey F2014-05-241-1/+3
| |
* | Set version to 0.3.2-dev. Fixes #216.Maxime Petazzoni2014-04-291-1/+1
| | | | | | | | Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
* | Bumped version to 0.3.10.3.1shin-2014-04-041-1/+1
|/
* Use different requirements list on Python 2 and 3Vladimir Rutsky2014-03-171-1/+7
| | | | | In Python 3 websocker-client not required (and previously requiested version doesn't work at all).
* Updated changelog, bumped version to 0.3.00.3.0shin-2014-02-241-1/+1
|
* Declare explicitly supported python versionsNicolas Delaby2014-01-071-7/+12
|
* Updated changelog, bumped version in setup.py0.2.3shin-2013-12-101-1/+1
|
* Bumped version to 0.2.20.2.2shin-2013-10-241-1/+1
|
* Fixed ImportErrors / package structureshin-2013-10-231-3/+3
|
* Bumped version to 0.2.10.2.1shin-2013-09-271-1/+1
|
* Syntax errorshin-2013-09-251-1/+1
|
* Use requirements.txt to determine requires in setup.pyshin-2013-09-251-1/+4
|
* Bumped version in setup.py and changed development status from alpha to betashin-2013-09-141-3/+5
|
* Bumped version to 0.1.5shin-2013-08-281-1/+1
|
* Bumped to 0.1.40.1.4shin-2013-08-131-1/+1
|
* Bumped version to 0.1.30.1.3shin-2013-08-061-1/+1
|
* Bumped versionshin-2013-07-251-1/+1
|
* Bumped version0.1.1shin-2013-07-231-1/+1
|
* Bumped version0.1.0shin-2013-07-161-1/+1
|
* Create tests module for setuptools test supportMike Neilsen2013-07-131-1/+2
| | | | | | | | Run test suite via python setup.py test Signed-off-by: Mike Neilsen <mneilsen@acm.org>
* Merge pull request #15 from elbaschid/add_python3_supportJoffrey F2013-07-051-1/+1
|\ | | | | Make docker-py compatible with python 3
| * Add python 3 supportSebastian Vetter2013-07-061-1/+1
| |
* | Bumped version0.0.6shin-2013-07-051-1/+1
|/
* Bumped version to 0.0.50.0.5shin-2013-06-241-1/+1
|
* Bumped version to 0.0.40.0.4shin-2013-06-121-1/+1
|
* Bumped version0.0.3shin-2013-06-061-1/+1
|
* Added .gitignore, proper packaging, updated setup.py, cleaned up commented code0.0.2shin-2013-05-231-4/+4
|
* initialJohn Costa2013-05-201-0/+22