mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
Update setup.py
This commit is contained in:
8
setup.py
8
setup.py
@@ -8,7 +8,13 @@ with open("README.md", "r", encoding="utf8") as fh:
|
||||
|
||||
extras = {}
|
||||
# Packages required for installing docs.
|
||||
extras["docs"] = ["recommonmark", "nbsphinx", "sphinx-autobuild", "sphinx-rtd-theme", "sphinx-markdown-tables"]
|
||||
extras["docs"] = [
|
||||
"recommonmark",
|
||||
"nbsphinx",
|
||||
"sphinx-autobuild",
|
||||
"sphinx-rtd-theme",
|
||||
"sphinx-markdown-tables",
|
||||
]
|
||||
# Packages required for formatting code & running tests.
|
||||
extras["test"] = [
|
||||
"black==20.8b1",
|
||||
|
||||
Reference in New Issue
Block a user