Skip to content

Commit

Permalink
add python-multipart dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Jan 6, 2024
1 parent e502ded commit 63a608a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- uvicorn
- fastapi
- python-multipart
- jupyterhub
- jupyter
- plotlydash-tornado-cmd
Expand Down
2 changes: 1 addition & 1 deletion jhub_apps/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2"
__version__ = "0.3"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies = [
"requests",
"fastapi",
"uvicorn",
"python-multipart",
"jupyterhub",
"jupyter",
"plotlydash-tornado-cmd",
Expand Down

0 comments on commit 63a608a

Please sign in to comment.