summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Bump cryptography from 2.3 to 3.2dependabot/pip/cryptography-3.2dependabot[bot]2020-10-271-1/+1
| | | | | | | | Bumps [cryptography](https://github.com/pyca/cryptography) from 2.3 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.3...3.2) Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade Windows dependencyOfek Lev2020-07-071-2/+1
| | | | Signed-off-by: Ofek Lev <ofekmeister@gmail.com>
* Bump websocket-client -> 0.56.0Djordje Lukic2019-06-191-1/+1
| | | | Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
* Bump urllib3 -> 1.24.3Ulysses Souza2019-05-151-1/+1
| | | | Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
* Make dockerpycreds part of the SDK under docker.credentialsJoffrey F2019-04-301-1/+0
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Terminate support for Python 3.3 (EOL in 2018)terminate_3.3_supportJoffrey F2019-03-161-3/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Modernize auth managementJoffrey F2018-11-281-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add paramiko requirement for SSH transportJoffrey F2018-11-011-0/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump requests dependency in requirements.txt (CVE-2018-18074)bump_requestsJoffrey F2018-10-291-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump pyopenssl to prevent installation of vulnerable versionbump_pyopensslJoffrey F2018-10-171-1/+1
| | | | | | | | CVE refs: CVE-2018-1000807 CVE-2018-1000808 Signed-off-by: Joffrey F <joffrey@docker.com>
* Update deps for 3.3 & 3.7 supportdeps-updateJoffrey F2018-07-181-2/+4
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Allow passing of env overrides to credstore through APIClient ctorJoffrey F2018-06-081-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump docker-pycreds dependencyJoffrey F2018-04-251-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump docker-pycreds to 0.2.2 (pass support)bump_credstoreJoffrey F2018-02-141-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix appveyor testsJoffrey F2018-01-261-0/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* If we're pinning exact versions of things for requirements.txt, pincyli2017-08-171-5/+15
| | | | | | all dependencies of dependencies as well so we can get a consistent build. Signed-off-by: cyli <cyli@twistedmatrix.com>
* Require "requests[security]" if the `[tls]` option is selected, which also ↵cyli2017-08-171-1/+1
| | | | | | | | | | | installs: pyOpenSSL, cryptography, idna and installs cryptography's version of openssl in Mac OS (which by default has an ancient version of openssl that doesn't support TLS 1.2). Signed-off-by: cyli <cyli@twistedmatrix.com>
* Support requests versions from 2.11.1 onwardsYuriy Taraday2016-10-031-2/+2
| | | | | | | | Bug #1155 has been fixed starting with requests 2.11.1 and excluding it from dependencies causes failures when using latest versions of both libs together in our project. Signed-off-by: Yuriy Taraday <yorik.sar@gmail.com>
* Bump docker-pycreds dependency ; bump patch numberJoffrey F2016-09-111-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Better credentials store error handling in resolve_authconfigcredstore-supportJoffrey F2016-09-061-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add credentials store supportJoffrey F2016-09-061-1/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Only install ipaddress if python version < 3.3felixonmars-backportsJoffrey F2016-04-191-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Require ipaddress on Python < 3.5Felix Yan2016-04-081-1/+2
| | | | Signed-off-by: Felix Yan <felixonmars@archlinux.org>
* Use backports.ssl_match_hostnameFelix Yan2016-04-081-1/+1
| | | | | | | | The py2-ipaddress module unfortunately conflicts with the pypi:ipaddress module, which is in the dependency tree of widely used pyOpenSSL. I think it would be a good idea to use a well maintained backport of the Python 3.5 implementation of match_hostname() instead of duplicating the effort and maintain another. All tests are passing here. Signed-off-by: Felix Yan <felixonmars@archlinux.org>
* Use pip environment markers for conditional dependenciesJoffrey F2016-03-301-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add py2-ipaddress dependency for python 2.xJoffrey F2016-03-291-0/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* 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 ↵shin-2013-11-081-0/+1
|\ | | | | | | | | | | | | aanand-attach-websocket Conflicts: docker/client.py
| * Implement attach_websocket() for attaching with WebSockets instead of HTTP ↵Aanand Prasad2013-10-031-0/+1
| | | | | | | | streaming
* | Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ↵shin-2013-10-151-1/+2
|\ \ | |/ |/| | | imports.
| * added mock to requirementsDeni Bertovic2013-10-031-0/+1
|/
* pip needs "=="Rob Terhaar2013-07-131-1/+1
|
* Add six==1.3.0 to requirements.txtMike Neilsen2013-07-131-1/+2
| | | | Signed-off-by: Mike Neilsen <mneilsen@acm.org>
* Added requirements fileshin-2013-06-061-0/+1