Initial commit
This commit is contained in:
21
Pipfile
Normal file
21
Pipfile
Normal file
@ -0,0 +1,21 @@
|
||||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
black = "*"
|
||||
|
||||
[packages]
|
||||
"discord.py" = "*"
|
||||
dateparser = "*"
|
||||
dhooks = "*"
|
||||
apscheduler = "*"
|
||||
sqlalchemy = "*"
|
||||
python-dotenv = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
||||
|
||||
[pipenv]
|
||||
allow_prereleases = true
|
Reference in New Issue
Block a user