summaryrefslogtreecommitdiff
path: root/dev-requirements.txt
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-09 17:32:18 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-09 19:33:39 -0500
commit39f458c834def3c217a3bd2eb62cc92032e20975 (patch)
tree4f884f564d20491185190b1251c58cc6229c2410 /dev-requirements.txt
parent5c4b311b6951dbfcca1206d10bcbdef1a8dda219 (diff)
downloadparamiko-39f458c834def3c217a3bd2eb62cc92032e20975.tar.gz
Tidy up requires/entrypoints/install docs
- Realized at this date that _moving_ Ed25519 deps behind an entrypoint is going the wrong direction, that key type should be used _more_ now, not _less_. I no longer even remember why folks were pissy about pynacl/bcrypt exactly. - We can in fact just use ed25519 from cryptography itself now, so no more pynacl anyways (but still bcrypt) - Twiddle install language a bit re: invoke used in more places, and again removing the notes about ed25519 being special
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r--dev-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index a29d1ac9..94578c22 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -18,5 +18,5 @@ alabaster==0.7.12
releases>=2.0
# Debuggery
icecream>=2.1
-# Self
--e ".[ed25519,invoke]"
+# Self (sans GSS which is a pain to bother with most of the time)
+-e ".[invoke]"