requirements.txt: rfc3161 release 0.1.8 is bugged, bump requirement to 0.1.9

This commit is contained in:
Benjamin Dauvergne 2013-10-22 11:34:57 +02:00
parent 861b8bca14
commit e6dcdeb9e9
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ BeautifulSoup<3.3.0
M2Crypto<1.0.0
pyasn1<1.0.0
pyasn1-modules<1.0.0
rfc3161==0.1.8
rfc3161==0.1.9
gunicorn
django_journal<2.0.0
django-picklefield==0.3.0

View File

@ -108,7 +108,7 @@ setup(name='docbow',
'M2Crypto<1.0.0',
'pyasn1<1.0.0',
'pyasn1-modules<1.0.0',
'rfc3161==0.1.8',
'rfc3161==0.1.9',
'gunicorn',
'django_journal<2.0.0',
'django-picklefield==0.3.0',