BrettVerney / ciscoPWDhasher

A Python Cisco IOS, IOS-XE and NX-OS password hashing tool
MIT License
24 stars 5 forks source link

Requirements missing '=' #2

Closed certanet closed 3 years ago

certanet commented 3 years ago

Error when installing requirements...

https://github.com/wifiwizardofoz/ciscoPWDhasher/blob/c0dacc1bfaecb49a9012cc4098129238bf5a3ba8/requirements.txt#L3

Line should be: passlib==1.7.4

Thanks for the tool 👍

BrettVerney commented 3 years ago

Line should be: passlib==1.7.4

Fixed. Thanks for pointing this out!