Update guide_publish_cogs.rst (#3520)

This commit is contained in:
jack1142 2020-02-08 02:15:10 +01:00 committed by GitHub
parent 8f7ba02ab1
commit 17b8ef09c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,8 @@ Keys specific to the cog info.json (case sensitive)
- ``disabled`` (bool) - Determines if a cog is available for install.
- ``required_cogs`` (map of cogname to repo URL) - A map of required cogs that this cog depends on.
- ``required_cogs`` (dict mapping a cog name to repo URL) - A dict of required cogs that this cog depends on
in the format ``{cog_name : repo_url}``.
Downloader will not deal with this functionality but it may be useful for other cogs.
- ``requirements`` (list of strings) - list of required libraries that are