[deps]: Pipfile added

This commit is contained in:
Sweetbread 2023-05-03 20:35:58 +03:00
parent 12c87b99d3
commit e37b7a30d6
4 changed files with 1131 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,5 +1,8 @@
Stickers Stickers
Cat.log Cat.log
test.* test.*
temp.*
cogs/__pycache__ cogs/__pycache__
__pycache__
yarxi.db yarxi.db
.venv

19
Pipfile Normal file
View File

@ -0,0 +1,19 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"discord.py" = "*"
pymongo = "*"
loguru = "*"
pillow = "*"
"nekos.py" = "*"
levenshtein = "*"
discordutils = "*"
yt-dlp = "*"
[dev-packages]
[requires]
python_version = "3.9"

1108
Pipfile.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,6 @@
wait_ready: true, wait_ready: true,
autorestart: false, autorestart: false,
max_restarts: 5, max_restarts: 5,
interpreter : "python3" interpreter : ".venv/bin/python"
}] }]
} }