Skip to content

Commit

Permalink
DO NOT MERGE. fastapi example for #486
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Nov 23, 2021
1 parent 1ca1651 commit 36025c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ rtd:
cd sphinx && $(RUN) make html
deploy-rtd:
cd sphinx && $(RUN) make deploy

server:
$(RUN) uvicorn main:app --reload
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ myst-parser = "*"
jinja2 = "*"
pydantic = "*"
pandas = "*"
fastapi = "*"
uvicorn = "*"

[dev-packages]
nbconvert = "*"
Expand Down

0 comments on commit 36025c7

Please sign in to comment.