diff --git a/backend/.python-version b/backend/.python-version new file mode 100644 index 0000000..2c07333 --- /dev/null +++ b/backend/.python-version @@ -0,0 +1 @@ +3.11 diff --git a/backend/run.py b/backend/main.py similarity index 100% rename from backend/run.py rename to backend/main.py diff --git a/backend/pyproject.toml b/backend/pyproject.toml new file mode 100644 index 0000000..aa95454 --- /dev/null +++ b/backend/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "backend" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.11" +dependencies = []