1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 19:30:09 +02:00

Revert "setup.py: don't use pyasn1 to 0.3.3 until pyasn1-modules is updated to support it"

This reverts commit af707cd1cb
This commit is contained in:
Marcus Hoffmann 2017-08-27 22:07:49 +00:00
parent af707cd1cb
commit e38fc27cf1

View File

@ -36,7 +36,7 @@ setup(name='fdroidserver',
'paramiko', 'paramiko',
'Pillow', 'Pillow',
'apache-libcloud >= 0.14.1', 'apache-libcloud >= 0.14.1',
'pyasn1 <= 0.3.2', 'pyasn1',
'pyasn1-modules', 'pyasn1-modules',
'python-vagrant', 'python-vagrant',
'PyYAML', 'PyYAML',