There is nothing very exciting in that file The error message means that your watch.json or glitch.json is not well formed. I can take a look today or tomorrow if you want to share the project link with me
yep, requirements.txt is another magic file like package.json… we have basic handling (undocumented and unsupported) for Python through requirements.txt You can use requirements.txt to define your dependencies, and start.sh for your start script: https://glitch.com/edit/#!/flask-demo