mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-06 20:13:11 +02:00
fix requirements.txt SecretStorage version
Related to issue #877. Latest SecretStorage build requires Python '>=3.5' but Algo is running on Python 2
This commit is contained in:
parent
3945a0e286
commit
5869f221df
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
setuptools>=11.3
|
setuptools>=11.3
|
||||||
|
SecretStorage < 3
|
||||||
ansible[azure]==2.4.3
|
ansible[azure]==2.4.3
|
||||||
dopy==0.3.5
|
dopy==0.3.5
|
||||||
boto>=2.5
|
boto>=2.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue