Sfoglia il codice sorgente

Fix dependency breakage by not requiring a specific version of yaml

Daniel Gruno 1 anno fa
parent
commit
4d2eb32aa0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -2,7 +2,7 @@ aiohttp>=3.6.0
 asyncio>=3.4.3
 netaddr>=0.7.19
 python-ldap>=3.0.0
-PyYAML~=5.4.1
+PyYAML
 aiobotocore~=1.0.7
 botocore~=1.15.32
 aiofile~=3.8.5