requirements.txt: bump needed version of python-rfc3161 to 0.1.8

This commit is contained in:
Benjamin Dauvergne 2013-10-18 10:57:39 +02:00
parent 1c38b5ff45
commit 3c327e8369
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.7
rfc3161==0.1.8
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.6',
'rfc3161==0.1.8',
'gunicorn',
'django_journal<2.0.0',
'django-picklefield==0.3.0',