Update vulnerable pycryptodome
This commit is contained in:
parent
e5ab802361
commit
8cfa020353
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ try:
|
||||||
import pyaes
|
import pyaes
|
||||||
dynamic_requires = ["pyaes==1.6.0"]
|
dynamic_requires = ["pyaes==1.6.0"]
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
dynamic_requires = ['pycryptodome==3.4.11']
|
dynamic_requires = ['pycryptodome==3.6.6']
|
||||||
|
|
||||||
# For Hysen thermostatic heating controller
|
# For Hysen thermostatic heating controller
|
||||||
dynamic_requires.append('PyCRC')
|
dynamic_requires.append('PyCRC')
|
||||||
|
|
Loading…
Add table
Reference in a new issue