mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-07-29 17:18:39 -04:00
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.
This commit is contained in:
parent
d688a6dee5
commit
bcc115c28d
2 changed files with 4 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -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",
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue