mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
Merge branch 'bugfix/support_py34-35_cffi_v3.3' into 'release/v3.3'
Tools: Constrain the cffi package for older pythons (v3.3) See merge request espressif/esp-idf!15633
This commit is contained in:
commit
e0e1fab0ab
@ -8,4 +8,6 @@ setuptools
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user