nonsensebot/Pipfile

20 lines
346 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 = {git = "git+https://github.com/nexy7574/nio-bot.git"}
thefuzz = "*"
[dev-packages]
ruff = "*"
[requires]
python_version = "3.12"