Tools: Constrain the cffi package for older pythons

This commit is contained in:
Sergei Silnov 2021-10-21 11:43:19 +02:00 committed by bot
parent eaf738fae9
commit 7f7bc4078a

View File

@ -9,6 +9,8 @@ click>=5.0
pyserial>=3.0
future>=0.15.2
cryptography>=2.1.4,<35
# cffi 1.15 supports Python 3.6+ only
cffi<1.15;python_version<'3.6'
pyparsing>=2.0.3,<2.4.0
pyelftools>=0.22