nonsensebot/Pipfile
2024-08-04 00:02:32 +01:00

18 lines
309 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
tortoise-orm = {extras = ["asyncpg"], version = "*"}
click = "*"
yt-dlp = "*"
humanize = "*"
httpx = "*"
ollama = "*"
nio-bot = {extras = ["e2ee", "cli"], version = "*"}
[dev-packages]
[requires]
python_version = "3.12"