We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 159c18d + 2d43224 commit b0ec0c6Copy full SHA for b0ec0c6
setup.py
@@ -3,6 +3,7 @@
3
"""
4
from setuptools import find_packages, setup
5
6
+
7
dependencies = ["streamlit==0.82.0", "click<8.0,>=7.0", "httpx>=0.16.0"]
8
9
setup(
0 commit comments