The requirements.txt seems to be missing an entry for the inquirer package, resulting in the following error message, even with a clean install:
Traceback (most recent call last):
File "/Users/dcamenisch/Downloads/magic-carpet/src/main.py", line 15, in <module>
import inquirer
ModuleNotFoundError: No module named 'inquirer'
The requirements.txt seems to be missing an entry for the inquirer package, resulting in the following error message, even with a clean install: