Skip to content

Commit 3bf8769

Browse files
authored
Merge pull request #40 from ArielMAJ/release/2.0.4
Release/2.0.4
2 parents bb9a5cb + a946fb1 commit 3bf8769

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.vercelignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-backend-template"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "A FastAPI backend template."
55
authors = ["ArielMAJ <ariel.maj@hotmail.com>"]
66
readme = "README.md"
@@ -45,3 +45,4 @@ omit = [
4545
requires = ["poetry-core"]
4646
build-backend = "poetry.core.masonry.api"
4747

48+

0 commit comments

Comments
 (0)