Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit bcc115c

Browse files
authored
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.
1 parent d688a6d commit bcc115c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changelog.d/11233.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add `twine` and `towncrier` as dev dependencies, as they're used by the release script.

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ def exec_file(path_segments):
132132
"GitPython==3.1.14",
133133
"commonmark==0.9.1",
134134
"pygithub==1.55",
135+
# The following are executed as commands by the release script.
136+
"twine",
137+
"towncrier",
135138
]
136139
)
137140

0 commit comments

Comments
 (0)