Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
V authored and vevetron committed Jan 30, 2025
1 parent ccb45b8 commit 6dfa645
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions services/gtfs-rt-archiver-v3/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package-mode = false
authors = ["Andrew Vaccaro <atvaccaro@gmail.com>"]

[tool.poetry.dependencies]
python = "~3.9"
python = "~3.11"
typer = "^0.4.1"
huey = "^2.4.3"
pydantic = "^1.9.1"
Expand All @@ -23,16 +23,14 @@ structlog = "^22.1.0"
python-json-logger = "^2.0.4"
backoff = "^2.1.2"
sentry-sdk = "^1.9.8"
calitp-data-infra = "2024.2.12.post1"
calitp-data-infra = "2025.1.30"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^5.2"
black = "^24.3.0"
snakeviz = "^2.1.1"
types-requests = "^2.28.11"
types-cachetools = "^5.2.1"

[tool.poetry.group.dev.dependencies]
mypy = "^1.0.1"

[build-system]
Expand Down

0 comments on commit 6dfa645

Please sign in to comment.