nonsensebot/Pipfile
2024-07-28 23:33:15 +01:00

18 lines
309 B
TOML

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