This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
natsuko/Pipfile
2023-05-16 16:34:50 +03:00

27 lines
553 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
loguru = "*"
"nekos.py" = "*"
levenshtein = "*"
discordutils = "*"
yt-dlp = "*"
romkan = "*"
mido = "*"
schedule = "*"
cairosvg = "*"
matplotlib = "*"
simpledemotivators = {file = "https://github.com/Infqq/simpledemotivators/archive/main.zip"}
"discord.py" = {extras = ["voice"], version = "*"}
pillow = {file = "https://github.com/python-pillow/Pillow/archive/refs/tags/9.5.0.zip"}
pretty-errors = "*"
motor = "*"
[dev-packages]
[requires]
python_version = "3.9"