setuptools and pip as dependencies

Needed for the install and uninstall commands.

Without these installation tools like rye might not work.
This commit is contained in:
Simon Willison 2023-07-13 21:04:07 -07:00 committed by GitHub
parent 79cce53904
commit 3f1388a4e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,8 @@ setup(
"PyYAML",
"pluggy",
"python-ulid",
"setuptools",
"pip"
],
extras_require={
"test": [