nonsensebot/Pipfile

26 lines
418 B
TOML
Raw Permalink 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 17:21:00 +01:00
nio-bot = {git = "git+https://github.com/nexy7574/nio-bot.git"}
thefuzz = "*"
2024-09-15 23:03:24 +01:00
redis = "*"
2024-09-18 16:29:55 +01:00
dnspython = "*"
cryptography = "*"
idna = "*"
aioquic = "*"
2024-07-28 03:59:19 +01:00
[dev-packages]
ruff = "*"
2024-07-28 03:59:19 +01:00
[requires]
python_version = "3.12"