[deps]: Pipfile added
This commit is contained in:
parent
12c87b99d3
commit
e37b7a30d6
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
19
Pipfile
Normal 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
1108
Pipfile.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user