Files
AFP-RSS/pyproject.toml
dependabot[bot] 03ff6d4fcd Bump fastapi from 0.138.0 to 0.138.1
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.138.0 to 0.138.1.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.138.0...0.138.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.138.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-29 03:25:03 +00:00

15 lines
288 B
TOML

[project]
name = "afp-rss"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bs4>=0.0.2",
"fastapi>=0.138.1",
"feedgen>=1.0.0",
"requests>=2.34.2",
"schedule>=1.2.2",
"uvicorn>=0.49.0",
]