nonsensebot/Pipfile

19 lines
309 B
TOML
Raw Normal View History

2024-07-28 03:59:19 +01:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
tortoise-orm = {extras = ["asyncpg"], version = "*"}
click = "*"
2024-07-28 23:33:15 +01:00
yt-dlp = "*"
humanize = "*"
httpx = "*"
ollama = "*"
2024-08-04 00:02:32 +01:00
nio-bot = {extras = ["e2ee", "cli"], version = "*"}
2024-07-28 03:59:19 +01:00
[dev-packages]
[requires]
python_version = "3.12"