elchicodepython / SARF

Security Assesment and Reporting Framework
MIT License
3 stars 0 forks source link

Incompatibility with Python 3.10 due to pyinquirer #9

Open elchicodepython opened 1 year ago

elchicodepython commented 1 year ago

The pyinquirer dependency is causing incompatibility with python3.10 due to a invalid import. 😢

elchicodepython commented 1 year ago

A migration to inquirerpy might solve this problem.