Skip to content

Commit

Permalink
Allow the 'latest' rsconnect-python in version constraints
Browse files Browse the repository at this point in the history
and ensure PYTHONPATH is really really
  • Loading branch information
meatballhat committed Jun 23, 2020
1 parent 5edbf91 commit 71abd09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ JUPYTER_LOG_LEVEL ?= INFO
SOURCE_DATE_EPOCH := $(shell date +%s)
export SOURCE_DATE_EPOCH

PYTHONPATH ?= $(CURDIR)
export PYTHONPATH


.PHONY: prereqs
prereqs:
pip install -U pip
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project_urls =

[options]
install_requires =
rsconnect-python==1.5.0b2
rsconnect-python>=1.5.0b2
notebook
nbformat
nbconvert>=5.0
Expand Down

0 comments on commit 71abd09

Please sign in to comment.