Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Jun 2, 2023
2 parents 11c9595 + 2c35877 commit 3827529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ venv: $(VENV_NAME)/bin/activate
$(VENV_NAME)/bin/activate: setup.py
$(PIP) install --upgrade pip virtualenv
@test -d $(VENV_NAME) || $(PYTHON) -m virtualenv --clear $(VENV_NAME)
${VENV_NAME}/bin/python -m pip install -U pip tox twine
${VENV_NAME}/bin/python -m pip install -U pip tox twine "cryptography<40"
${VENV_NAME}/bin/python -m pip install -e .
@touch $(VENV_NAME)/bin/activate

Expand Down

0 comments on commit 3827529

Please sign in to comment.