Skip to content
Snippets Groups Projects
Unverified Commit bcc115c2 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Add twine and towncrier as dev dependencies (#11233)

We don't pin them as we execute them as commands, rather than use them
as libs.
parent d688a6de
No related branches found
No related tags found
No related merge requests found
Add `twine` and `towncrier` as dev dependencies, as they're used by the release script.
......@@ -132,6 +132,9 @@ CONDITIONAL_REQUIREMENTS["dev"] = (
"GitPython==3.1.14",
"commonmark==0.9.1",
"pygithub==1.55",
# The following are executed as commands by the release script.
"twine",
"towncrier",
]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment