ctreffe / alfred

Alfred - A library for rapid experiment development
MIT License
10 stars 1 forks source link

Missing dependency for the template-command #223

Closed jbengelsdorf closed 2 years ago

jbengelsdorf commented 2 years ago

When the command alfred3 terminal is executed in the terminal, the error ModuleNotFoundError: No module named 'mongomock' is printed. After successful installation of the mongomock-package via pip install mongomock, the template command can be executed in the terminal without errors.

jobrachem commented 2 years ago

Thanks a lot! mongomock is a development dependency used for testing. I added a commit that should resolve the issue. It will be included in the next release.