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

27 lines
553 B
TOML
Raw Normal View History

2023-05-03 20:35:58 +03:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
loguru = "*"
"nekos.py" = "*"
levenshtein = "*"
discordutils = "*"
yt-dlp = "*"
2023-05-03 23:08:26 +03:00
romkan = "*"
mido = "*"
schedule = "*"
cairosvg = "*"
matplotlib = "*"
2023-05-04 16:19:06 +03:00
simpledemotivators = {file = "https://github.com/Infqq/simpledemotivators/archive/main.zip"}
"discord.py" = {extras = ["voice"], version = "*"}
2023-05-10 18:10:10 +03:00
pillow = {file = "https://github.com/python-pillow/Pillow/archive/refs/tags/9.5.0.zip"}
2023-05-14 17:37:55 +03:00
pretty-errors = "*"
2023-05-16 16:34:50 +03:00
motor = "*"
2023-05-03 20:35:58 +03:00
[dev-packages]
[requires]
python_version = "3.9"