13 lines
263 B
TOML
13 lines
263 B
TOML
[project]
|
|
name = "memebot"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"dotenv>=0.9.9",
|
|
"ncatbot>=3.8.8.post7",
|
|
"opencv-python>=4.11.0.86",
|
|
"ultralytics>=8.3.168",
|
|
]
|