summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Expand)AuthorAgeFilesLines
* deps: upgrade websocket-client to latest (#3022)Milas Bowman2022-07-291-1/+1
* deps: upgrade & remove unnecessary dependencies (#3014)Milas Bowman2022-07-281-13/+3
* deps: remove backports.ssl_match_hostname (#3011)Milas Bowman2022-07-271-1/+0
* deps: use `packaging` instead of deprecated `distutils` (#2931)Francesco Casalegno2022-07-261-1/+1
* deps: upgrade pywin32 & relax version constraint (#3004)Milas Bowman2022-07-261-1/+1
* Bump paramiko from 2.8.0 to 2.10.1dependabot[bot]2022-03-291-1/+1
* Bump minimum paramiko to support Python 3.10Hugo van Kemenade2021-10-111-1/+1
* Bump pywin32 from 227 to 301dependabot/pip/pywin32-301dependabot[bot]2021-08-091-1/+1
* Bump urllib3 from 1.24.3 to 1.26.5dependabot[bot]2021-08-061-1/+1
* Bump requests => 2.26.0Ulysses Souza2021-08-061-1/+1
* Upgrade cryptography library to version 3.4.7Felipe Ruhland2021-04-021-1/+1
* Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-221-1/+0
* Bump cffi to 1.14.4aiordache2021-02-101-1/+1
* Bump cryptography from 2.3 to 3.2dependabot/pip/cryptography-3.2dependabot[bot]2020-10-271-1/+1
* Upgrade Windows dependencyOfek Lev2020-07-071-2/+1
* Bump websocket-client -> 0.56.0Djordje Lukic2019-06-191-1/+1
* Bump urllib3 -> 1.24.3Ulysses Souza2019-05-151-1/+1
* Make dockerpycreds part of the SDK under docker.credentialsJoffrey F2019-04-301-1/+0
* Terminate support for Python 3.3 (EOL in 2018)terminate_3.3_supportJoffrey F2019-03-161-3/+2
* Modernize auth managementJoffrey F2018-11-281-1/+1
* Add paramiko requirement for SSH transportJoffrey F2018-11-011-0/+1
* Bump requests dependency in requirements.txt (CVE-2018-18074)bump_requestsJoffrey F2018-10-291-1/+1
* Bump pyopenssl to prevent installation of vulnerable versionbump_pyopensslJoffrey F2018-10-171-1/+1
* Update deps for 3.3 & 3.7 supportdeps-updateJoffrey F2018-07-181-2/+4
* Allow passing of env overrides to credstore through APIClient ctorJoffrey F2018-06-081-1/+1
* Bump docker-pycreds dependencyJoffrey F2018-04-251-1/+1
* Bump docker-pycreds to 0.2.2 (pass support)bump_credstoreJoffrey F2018-02-141-1/+1
* Fix appveyor testsJoffrey F2018-01-261-0/+2
* If we're pinning exact versions of things for requirements.txt, pincyli2017-08-171-5/+15
* Require "requests[security]" if the `[tls]` option is selected, which also in...cyli2017-08-171-1/+1
* Support requests versions from 2.11.1 onwardsYuriy Taraday2016-10-031-2/+2
* Bump docker-pycreds dependency ; bump patch numberJoffrey F2016-09-111-1/+1
* Better credentials store error handling in resolve_authconfigcredstore-supportJoffrey F2016-09-061-1/+1
* Add credentials store supportJoffrey F2016-09-061-1/+2
* Only install ipaddress if python version < 3.3felixonmars-backportsJoffrey F2016-04-191-1/+1
* Require ipaddress on Python < 3.5Felix Yan2016-04-081-1/+2
* Use backports.ssl_match_hostnameFelix Yan2016-04-081-1/+1
* Use pip environment markers for conditional dependenciesJoffrey F2016-03-301-1/+1
* Add py2-ipaddress dependency for python 2.xJoffrey F2016-03-291-0/+1
* bump six req to >=1.4Trent Hauck2015-08-021-1/+1
* Updated websocket-client dependency to latest version (now supports python 3)Joffrey F2015-06-191-1/+1
* Bump requests versionJoffrey F2015-03-041-1/+1
* Separated test dependencies from runtime dependenciesshin-2014-04-041-1/+0
* Update to requests==2.2.1Darren Shepherd2014-01-271-1/+1
* "six" dependency fixed to greater-or-equalRoman Rader2013-12-301-1/+1
* Merge branch 'attach-websocket' of github.com:aanand/docker-py into aanand-at...shin-2013-11-081-0/+1
|\
| * Implement attach_websocket() for attaching with WebSockets instead of HTTP st...Aanand Prasad2013-10-031-0/+1
* | Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ...shin-2013-10-151-1/+2
|\ \ | |/ |/|
| * added mock to requirementsDeni Bertovic2013-10-031-0/+1
|/
* pip needs "=="Rob Terhaar2013-07-131-1/+1