discord-havoc/pyproject.toml

28 lines
624 B
TOML
Raw Normal View History

2025-02-15 08:36:45 -05:00
[project]
name = "havoc"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiosqlite>=0.20.0",
"beautifulsoup4>=4.12.3",
"bohancompliment>=0.2.0",
"fastapi>=0.115.7",
"feedparser>=6.0.11",
"hypercorn>=0.17.3",
"nvdlib>=0.7.9",
"openai>=1.60.0",
"py-cord[voice]>=2.6.1",
"pydantic>=2.10.6",
"python-dotenv>=1.0.1",
"pytz>=2024.2",
"regex>=2024.11.6",
"setproctitle>=1.3.4",
"sh>=2.2.1",
"termcolor>=2.5.0",
"websockets>=14.2",
]
[tool.mypy]
disable_error_code = ["import-untyped"]