actually we need pycerberus 0.3.1 because of the strip and the duplicate message key in the email address validator 0.5.0
authorfs
Wed Apr 07 22:47:15 2010 +0200 (2010-04-07)
changeset 115f51bf1758f05
parent 114 78f5cd5e0550
child 116 972d9dca12ab
actually we need pycerberus 0.3.1 because of the strip and the duplicate message key in the email address validator
setup.py
     1.1 --- a/setup.py	Wed Apr 07 22:45:34 2010 +0200
     1.2 +++ b/setup.py	Wed Apr 07 22:47:15 2010 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4        download_url=download_url,
     1.5        license=license,
     1.6        
     1.7 -      install_requires=['pycerberus >= 0.3'],
     1.8 +      install_requires=['pycerberus >= 0.3.1'],
     1.9        
    1.10        zip_safe=True,
    1.11        packages=['pymta'],