mirror of
https://github.com/createfuture-cloud/feedsummarizer.git
synced 2025-12-11 16:02:26 +00:00
12 lines
210 B
TOML
12 lines
210 B
TOML
[project]
|
|
name = "feedsummarizer"
|
|
version = "0.1.0"
|
|
# Pinned to 3.13 so we stay in line with AWS' Lambda runtime
|
|
requires-python = "==3.13"
|
|
dependencies = []
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"black>=25.1.0",
|
|
]
|