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 1
1
## 0.9.23 (TBD, 2019)
2
2
* Bug Fixes
3
3
* 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 `
4
5
5
6
## 0.9.22 (December 9, 2019)
6
7
* 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
51
51
| [ attrs] ( https://github.com/python-attrs/attrs ) | ` 16.3 ` |
52
52
| [ colorama] ( https://github.com/tartley/colorama ) | ` 0.3.7 ` |
53
53
| [ pyperclip] ( https://github.com/asweigart/pyperclip ) | ` 1.6 ` |
54
+ | [ setuptools] ( https://pypi.org/project/setuptools/ ) | ` 34.4 ` |
54
55
| [ wcwidth] ( https://pypi.python.org/pypi/wcwidth ) | ` 0.1.7 ` |
55
56
56
57
You can’t perform that action at this time.
0 commit comments