QuantConnect/lean-cli

Outdated maskpass dependency

Closed this issue · 1 comments

The dependency for maskpass package from file "setup.py" is outdated.

As you can see in FuturisticGoo/maskpass@b67986d, the latest version of maskpass is 0.3.7.

Settings maskpass==0.3.6 in setup.py means that my pip environment can't upgrade the maskpass package to satisfy lean-cli integrity dependencies.

I suggest replacing it with "maskpass>=0.3.6". As you can see in the commit listed above, the differences between version 0.3.6 and 0.3.7 are minimal and won't affect lean-cli behaviour.