Skip to content

Commit

Permalink
⚙️ FEATURE: PyProject
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCelmer committed May 4, 2024
1 parent 9378821 commit 87f0ca9
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 1 deletion.
237 changes: 236 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ sqlalchemy = "^2.0.29"
pydantic = "^2.7.1"
fastapi = "^0.111.0"
uvicorn = "^0.29.0"
python-dotenv = "^1.0.1"


[tool.poetry.group.dev.dependencies]
flake8 = "^7.0.0"
pytest = "^8.2.0"
tox = "^4.15.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 87f0ca9

Please sign in to comment.