1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Work around cryptography 2.1 requiring pip 8.1.2+

This commit is contained in:
Matt Clay 2017-10-11 15:28:13 -07:00
parent f38b8d9997
commit a10a80b8a3

View file

@ -1,3 +1,4 @@
cryptography>=1.3.4,<2.1 # cryptography 2.1 requires pip 8.1.2+
packaging
requests[security]
azure-mgmt-compute>=2.0.0,<3