mirror of
https://github.com/TheLovinator1/discord-reminder-bot.git
synced 2025-08-02 00:43:29 +02:00
22 lines
289 B
TOML
22 lines
289 B
TOML
[[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.8"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|