diff --git a/help/Fitbit_Wellness_Report_Final.jpg b/help/Fitbit_Wellness_Report_Final.jpg deleted file mode 100644 index 3740493..0000000 Binary files a/help/Fitbit_Wellness_Report_Final.jpg and /dev/null differ diff --git a/help/GET_ACCESS_TOKEN.pdf b/help/GET_ACCESS_TOKEN.pdf deleted file mode 100644 index 47b19c2..0000000 Binary files a/help/GET_ACCESS_TOKEN.pdf and /dev/null differ diff --git a/render.yaml b/render.yaml deleted file mode 100644 index af9baf0..0000000 --- a/render.yaml +++ /dev/null @@ -1,13 +0,0 @@ -services: - # See https://render.com/docs/blueprint-spec for more info on render blueprints - - type: web - name: fitbit_api_web_ui - env: python - plan: free - # A requirements.txt file must exist - buildCommand: pip install -r requirements.txt - # A src/app.py file must exist and contain `server=app.server` - startCommand: gunicorn --chdir src app:server - envVars: - - key: PYTHON_VERSION - value: 3.10.0