mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
16 lines
341 B
TOML
16 lines
341 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
"discord.py" = { git = 'git://github.com/Rapptz/discord.py', ref = 'rewrite', editable = true}
|
|
"e1839a8" = {path = ".", editable = true}
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pytest-asyncio = "*"
|
|
sphinx = ">1.7"
|
|
sphinxcontrib-asyncio = "*"
|
|
sphinx-rtd-theme = "*"
|