Removed extra files

This commit is contained in:
Cronocide 2024-09-12 21:16:55 -06:00
parent 9ca93b5bb2
commit 4f35fb1bdd
Signed by: Cronocide
GPG Key ID: 1CADA052F64664EC
3 changed files with 0 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 867 KiB

Binary file not shown.

View File

@ -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