new home on heroku

This commit is contained in:
2022-05-04 21:17:33 -07:00
parent bc23f94f7b
commit 8b13fd86b0
6 changed files with 306 additions and 6 deletions

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"discord.py" = ">=1.2.0"
dblpy = ">=0.3.4"
python-dotenv = "*"
[dev-packages]
[requires]
python_version = "3.9"