Skip to content

Commit

Permalink
add httpx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cceyda authored Oct 13, 2020
1 parent 7a01dd1 commit b36bde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from setuptools import find_packages, setup

dependencies = ["streamlit>=0.68", "click>=7.1.2"]
dependencies = ["streamlit>=0.68", "click>=7.1.2", "httpx>=0.16.0"]

setup(
name="torchserve_dashboard",
Expand Down

0 comments on commit b36bde3

Please sign in to comment.