diff --git INSTALL INSTALL
index 6c08d02..cb23d1f 100644
|
|
|
|
| 2 | 2 | |
| 3 | 3 | Python 2.6 or 2.7. |
| 4 | 4 | |
| 5 | | Zope Interfaces 3.3.0 or better (http://pypi.python.org/pypi/zope.interface) |
| | 5 | Zope Interface 3.6.0 or better (http://pypi.python.org/pypi/zope.interface) |
| 6 | 6 | |
| 7 | 7 | pyOpenSSL (<http://launchpad.net/pyopenssl>) is required for any SSL APIs. On |
| 8 | 8 | Windows, version 0.10 or newer is required. pyOpenSSL 0.10 or newer is also |
diff --git setup.py setup.py
index 9e511b9..bc5878e 100755
|
|
|
|
| 62 | 62 | |
| 63 | 63 | if 'setuptools' in sys.modules: |
| 64 | 64 | from pkg_resources import parse_requirements |
| 65 | | requirements = ["zope.interface"] |
| | 65 | requirements = ["zope.interface>=3.6.0"] |
| 66 | 66 | try: |
| 67 | 67 | list(parse_requirements(requirements)) |
| 68 | 68 | except: |
diff --git twisted/topfiles/5683.feature twisted/topfiles/5683.feature
new file mode 100644
index 0000000..db28298
|
a
|
b
|
|
| | 1 | The minimum required version of zope.interface is now 3.6.0. |
| | 2 | No newline at end of file |