Twisted is dropping python 2.5 support in their upcoming 12.2.0 release.

This commit is contained in:
Ben Darnell 2012-08-30 13:42:54 -04:00
parent 0148fda37b
commit 3474d5f931
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ deps =
MySQL-python
pycurl
simplejson
twisted>=12.0.0
# twisted is dropping python 2.5 support in 12.2.0
twisted<=12.1.0
# zope.interface (used by twisted) dropped python 2.5 support in 4.0
zope.interface<4.0