You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even after installing requirements/dev.txt, you get these errors:
ERROR flask_admin/tests/peeweemodel - ModuleNotFoundError: No module named 'peewee'
ERROR flask_admin/tests/pymongo - ModuleNotFoundError: No module named 'pymongo'
Shall I just add them to requirements/tests.in and re-gen requirement/dev.txt?
The text was updated successfully, but these errors were encountered:
Even after installing requirements/dev.txt, you get these errors:
ERROR flask_admin/tests/peeweemodel - ModuleNotFoundError: No module named 'peewee'
ERROR flask_admin/tests/pymongo - ModuleNotFoundError: No module named 'pymongo'
Shall I just add them to requirements/tests.in and re-gen requirement/dev.txt?
The text was updated successfully, but these errors were encountered: