Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonyte committed Aug 28, 2024
1 parent fddd16d commit 9e84e51
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
[project]
name = "ferry-planner"
version = "0.1.0"
description = "BC Ferries sailing planner website server"
readme = "readme.md"
requires-python = ">=3.11"
dependencies = [
"fastapi~=0.112.2",
"pydantic>=2.7.0,<3.0.0",
"pydantic-settings~=2.4.0",
"jinja2~=3.1.4",
"httpx~=0.27.0",
"beautifulsoup4~=4.12.3",
"tzdata~=2024.1",
"uvicorn[standard]~=0.30.6",
]

[tool.uv]
dev-dependencies = [
"pre-commit~=3.8.0",
]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.ruff]
src = ["src"]
line-length = 119
Expand Down

0 comments on commit 9e84e51

Please sign in to comment.