Skip to content

Commit

Permalink
python(fix): don't default install ssl package (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
niliayu authored Nov 23, 2024
1 parent dc5e6c8 commit 438086d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/scripts/dev
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ pip_install() {
source venv/bin/activate
pip install '.[development]'
pip install '.[build]'
pip install '.[openssl]'
pip install -e .
}

Expand Down

0 comments on commit 438086d

Please sign in to comment.