Merge branch 'pyasn1_modules' into 'master'

unpin pyasn1_modules

See merge request fdroid/fdroidserver!788
This commit is contained in:
Marcus 2020-08-28 16:07:56 +00:00
commit 9ae8d7ae6c
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ setup(name='fdroidserver',
'paramiko',
'Pillow',
'apache-libcloud >= 0.14.1',
'pyasn1 <0.5.0, >=0.4.1',
'pyasn1-modules == 0.2.1',
'pyasn1 >=0.4.1, < 0.5.0',
'pyasn1-modules >= 0.2.1, < 0.3',
'python-vagrant',
'PyYAML',
'qrcode',