pujux / magic-carpet

Convenient Location Spoofing for iOS 17
GNU General Public License v3.0
44 stars 3 forks source link

Inquirer missing in requirements.txt #7

Closed dcamenisch closed 5 months ago

dcamenisch commented 5 months ago

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'