12 lines
262 B
TOML
12 lines
262 B
TOML
[project]
|
|
name = "subreddit-announcer"
|
|
version = "1.0.0"
|
|
description = "A Discord bot that announces new Reddit posts from watched subreddits."
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"discord.py>=2.4",
|
|
"asyncpraw>=7.7",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|