AppScale / appscale-tools

A set of command-line tools that can be used to interact with AppScale.
Other
51 stars 49 forks source link

Fix SecretStorage dependency version #688

Closed jeanleonov closed 6 years ago

jeanleonov commented 6 years ago

msrestazure requires keyring which requires SecretStorage. SecretStorage stopped maintaining Python 2.7 starting from its 3.0.0 version. To fix it we have explicitly require SecretStorage<3.