mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
* Add tools/merge_requirements.py
* Revert "Fix oldest tests by pinning Google DNS deps (#5000)"
This reverts commit f68fba2be2.
* Add tools/oldest_constraints.txt
* Remove oldest constraints from tox.ini
* Rename dev constraints file
* Update tools/pip_install.sh
* Update install_and_test.sh
* Fix pip_install.sh
* Don't cat when you can cp
* Add ng-httpsclient to dev constraints for oldest tests
* Bump tested setuptools version
* Update dev_constraints comment
* Better document oldest dependencies
* test against oldest versions we say we require
* Update dev constraints
* Properly handle empty lines
* Update constraints gen in pip_install
* Remove duplicated zope.component
* Reduce pyasn1-modules dependency
* Remove blank line
* pin back google-api-python-client
* pin back uritemplate
* pin josepy for oldest tests
* Undo changes to install_and_test.sh
* Update install_and_test.sh description
* use split instead of partition
51 lines
1.2 KiB
Text
51 lines
1.2 KiB
Text
# This file contains the oldest versions of our dependencies we say we require
|
|
# in our packages or versions we need to support to maintain compatibility with
|
|
# the versions included in the various Linux distros where we are packaged.
|
|
|
|
# CentOS/RHEL 7 EPEL constraints
|
|
cffi==1.6.0
|
|
chardet==2.2.1
|
|
configobj==4.7.2
|
|
ipaddress==1.0.16
|
|
mock==1.0.1
|
|
ndg-httpsclient==0.3.2
|
|
ply==3.4
|
|
pyasn1==0.1.9
|
|
pycparser==2.14
|
|
pyOpenSSL==0.13.1
|
|
pyparsing==1.5.6
|
|
pyRFC3339==1.0
|
|
python-augeas==0.5.0
|
|
six==1.9.0
|
|
# setuptools 0.9.8 is the actual version packaged, but some other dependencies
|
|
# in this file require setuptools>=1.0 and there are no relevant changes for us
|
|
# between these versions.
|
|
setuptools==1.0.0
|
|
urllib3==1.10.2
|
|
zope.component==4.1.0
|
|
zope.event==4.0.3
|
|
zope.interface==4.0.5
|
|
|
|
# Debian Jessie Backports constraints
|
|
PyICU==1.8
|
|
colorama==0.3.2
|
|
enum34==1.0.3
|
|
html5lib==0.999
|
|
idna==2.0
|
|
pbr==1.8.0
|
|
pytz==2012rc0
|
|
|
|
# Our setup.py constraints
|
|
cloudflare==1.5.1
|
|
cryptography==1.2.0
|
|
google-api-python-client==1.5
|
|
oauth2client==2.0
|
|
parsedatetime==1.3
|
|
pyparsing==1.5.5
|
|
python-digitalocean==1.11
|
|
requests[security]==2.4.1
|
|
|
|
# Ubuntu Xenial constraints
|
|
ConfigArgParse==0.10.0
|
|
funcsigs==0.4
|
|
zope.hookable==4.0.4
|