SEIS mircoservices hackathon
If VS Code shows unresolved imports such as flask or requests, make sure the workspace is using the project interpreter at /workspaces/microservices/myenv/bin/python.
This workspace is configured in .vscode/settings.json to use that interpreter by default.
If dependencies are missing, install them into that environment:
/workspaces/microservices/myenv/bin/python -m pip install Flask requests gunicorn