Drop version locking on pyasn1

I did not find any reason for this.
This commit is contained in:
Jochen Sprickerhof 2024-04-09 14:45:01 +02:00 committed by Hans-Christoph Steiner
parent b53c498fcd
commit 4389168588

View file

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