2020-12-09 10:46:05 -08:00
|
|
|
# do not add a cryptography constraint here, see the get_cryptography_requirement function in executor.py for details
|
2020-03-28 21:33:13 -07:00
|
|
|
idna < 2.8 ; python_version < '2.7' # idna 2.8+ requires python 2.7+
|
2020-11-30 16:49:33 -05:00
|
|
|
cffi != 1.14.4 # Fails on systems with older gcc. Should be fixed in the next release. https://foss.heptapod.net/pypy/cffi/-/issues/480
|