diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2021-10-08 16:33:04 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2021-10-08 16:33:04 -0400 |
commit | 36c8a0e944530efd35f8896223293324cce986e0 (patch) | |
tree | cf0c2454157ddff71db27465d28e4ebd43456ca9 /dev-requirements.txt | |
parent | 521817ab3c2f077720b33539bdbf047466b098d4 (diff) |
Shift 'full' extras install to our self-install in dev-reqs
Makes sure the extras function ok, removes need to do it
within CI. anyone using dev-reqs is implicitly dev'ing and
wanting the full package
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r-- | dev-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index e5f103d1..aa2f8d49 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -20,4 +20,4 @@ releases>=1.5,<2.0 # Release tools semantic_version>=2.4,<2.5 # Self --e . +-e ".[ed2559,invoke]" |