Fix CI (1/2) (#284)

* New default docker image no longer contains bcrypt.

* Install cryptography for ACME tests.

* Add constraints.
This commit is contained in:
Felix Fontein
2021-09-23 21:56:03 +02:00
committed by GitHub
parent 56b2130c6e
commit 0fdede5d7a
3 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
cryptography
ipaddress ; python_version < '3.0'
pyopenssl
bcrypt
unittest2 ; python_version < '2.7'
importlib ; python_version < '2.7'