File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 11## 0.9.23 (TBD, 2019)
22* Bug Fixes
33 * Fixed bug where startup script containing a single quote in its file name was incorrectly quoted
4+ * Added missing implicit dependency on ` setuptools ` due to build with ` setuptools_scm `
45
56## 0.9.22 (December 9, 2019)
67* Bug Fixes
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ The tables below list all prerequisites along with the minimum required version
5151| [ attrs] ( https://github.com/python-attrs/attrs ) | ` 16.3 ` |
5252| [ colorama] ( https://github.com/tartley/colorama ) | ` 0.3.7 ` |
5353| [ pyperclip] ( https://github.com/asweigart/pyperclip ) | ` 1.6 ` |
54+ | [ setuptools] ( https://pypi.org/project/setuptools/ ) | ` 34.4 ` |
5455| [ wcwidth] ( https://pypi.python.org/pypi/wcwidth ) | ` 0.1.7 ` |
5556
5657
You can’t perform that action at this time.
0 commit comments