mirror of
https://github.com/NohamR/AFP-RSS.git
synced 2026-08-26 02:29:47 +00:00
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.139.0 to 0.139.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.139.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
289 B
TOML
15 lines
289 B
TOML
[project]
|
|
name = "afp-rss"
|
|
version = "1.0"
|
|
description = "AFP news feed from Mediapart"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"bs4>=0.0.2",
|
|
"fastapi>=0.139.2",
|
|
"feedgen>=1.0.0",
|
|
"requests>=2.34.2",
|
|
"schedule>=1.2.2",
|
|
"uvicorn>=0.51.0",
|
|
]
|