Compare commits

..

No commits in common. "1e301c04c08f2dac4229c8a01d4101af80be5ad3" and "a9c928e39f54b96f5719bb7f48799f8909374166" have entirely different histories.

2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,4 +3,3 @@ __pycache__/
data/
r.http
*.bak
.python-version

View File

@ -11,7 +11,7 @@ _upgrade_deps() {
}
UPGRADE_DEPS_match=upgrade-deps
_venv() {
venv() {
case "$1" in
"") _skip=false ;;
--skip-install)