Merge pull request #839 from delroth/tornado-utils-setuptools

overrides: add setuptools to tornado-utils
This commit is contained in:
adisbladis 2022-12-03 02:19:05 +13:00 committed by GitHub
commit 54b4cf1557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16711,6 +16711,9 @@
"tornado": [ "tornado": [
"setuptools" "setuptools"
], ],
"tornado-utils": [
"setuptools"
],
"torpy": [ "torpy": [
"setuptools" "setuptools"
], ],