[deps]: Pipfile added
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
Stickers
|
||||
Cat.log
|
||||
test.*
|
||||
temp.*
|
||||
cogs/__pycache__
|
||||
__pycache__
|
||||
yarxi.db
|
||||
.venv
|
||||
|
||||
@@ -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"
|
||||
Generated
+1108
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -8,6 +8,6 @@
|
||||
wait_ready: true,
|
||||
autorestart: false,
|
||||
max_restarts: 5,
|
||||
interpreter : "python3"
|
||||
interpreter : ".venv/bin/python"
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user