summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-06-10 12:09:40 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-06-10 12:09:40 -0400
commit1824a27c644132e5d46f2294c1e2fa131c523559 (patch)
treec6efca73f3465e727e0e1ed18ff576678df6fc3f
parent0f3beefa5618ca46ea880eca696dca488fcc2bb6 (diff)
downloadparamiko-1824a27c644132e5d46f2294c1e2fa131c523559.tar.gz
TODO tweak
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c9de0154..a153c076 100644
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,8 @@ setup(
# 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",