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

Commit

Permalink
Add twine and towncrier as dev dependencies (#11233)
Browse files Browse the repository at this point in the history
We don't pin them as we execute them as commands, rather than use them
as libs.
  • Loading branch information
erikjohnston authored Nov 3, 2021
1 parent d688a6d commit bcc115c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/11233.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add `twine` and `towncrier` as dev dependencies, as they're used by the release script.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ def exec_file(path_segments):
"GitPython==3.1.14",
"commonmark==0.9.1",
"pygithub==1.55",
# The following are executed as commands by the release script.
"twine",
"towncrier",
]
)

Expand Down

0 comments on commit bcc115c

Please sign in to comment.