We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb9a5cb + a946fb1 commit 3bf8769Copy full SHA for 3bf8769
2 files changed
.vercelignore
@@ -0,0 +1,4 @@
1
+# Force Vercel to use requirements.txt instead of pyproject.toml
2
+# See: https://github.com/vercel/vercel/issues/14041
3
+pyproject.toml
4
+poetry.lock
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."
5
authors = ["ArielMAJ <ariel.maj@hotmail.com>"]
6
readme = "README.md"
@@ -45,3 +45,4 @@ omit = [
45
requires = ["poetry-core"]
46
build-backend = "poetry.core.masonry.api"
47
48
+
0 commit comments