# HG changeset patch
# User Jeff Forcier <jeff@bitprophet.org>
# Date 1654877380 14400
#      Fri Jun 10 12:09:40 2022 -0400
# Node ID a9474f6701cd4755bf25ca5b1c168d7cb7dfd432
# Parent  aa148f1460a084b2db2bb250142728d24130562d
TODO tweak

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,8 @@
     # use of the extras_require ("paramiko[ed2559]") is now required for those
     # TODO 3.0: alternately, given how prevalent ed25519 is now, and how we use
     # invoke for (increasing) subproc stuff, consider making the default flavor
-    # "full" and adding a "minimal" or similar that is just-crypto?
+    # "full"/"all"? (probably sans gssapi which should remain optional; MAYBE
+    # still sans invoke as well, not everyone uses ProxyCommand or Match exec)
     # TODO 3.0: remove six, obviously
     install_requires=[
         "bcrypt>=3.1.3",