From 39f458c834def3c217a3bd2eb62cc92032e20975 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 9 Jan 2023 17:32:18 -0500 Subject: 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 --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-requirements.txt') 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]" -- cgit v1.2.1