forked from p15670423/monkey
Agent: Add a comment about locking bcrypt and cryptography
This commit is contained in:
parent
9ec55f20ba
commit
5669bdd8a2
|
@ -27,6 +27,9 @@ paramiko = {editable = true, ref = "2.10.3.dev1", git = "https://github.com/Vaka
|
|||
pypubsub = "*"
|
||||
pydantic = "*"
|
||||
egg-timer = "*"
|
||||
# These are the last versions of bcrypt and cryptography that have
|
||||
# manylinux2010 wheels. We need these locked to 3.2.2 and 37.0.4 respectively
|
||||
# until we can upgrade our build environment.
|
||||
cryptography = "==37.0.4"
|
||||
bcrypt = "==3.2.2"
|
||||
|
||||
|
|
Loading…
Reference in New Issue