watchdog/Pipfile

18 lines
244 B
TOML
Raw Normal View History

2023-05-27 16:30:07 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "==3.8.4"
"discord.py" = "==2.2.3"
rich = "==13.3.5"
[dev-packages]
[requires]
python_version = "3.6"
[scripts]
watchdog = "python watchdog.py"