diff --git a/.vercelignore b/.vercelignore new file mode 100644 index 0000000..379863f --- /dev/null +++ b/.vercelignore @@ -0,0 +1,4 @@ +# Force Vercel to use requirements.txt instead of pyproject.toml +# See: https://github.com/vercel/vercel/issues/14041 +pyproject.toml +poetry.lock \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6f7fea1..727b49d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-backend-template" -version = "2.0.3" +version = "2.0.4" description = "A FastAPI backend template." authors = ["ArielMAJ "] readme = "README.md" @@ -45,3 +45,4 @@ omit = [ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" +