Skip to content

Commit

Permalink
Define streamlit 1.19.0 as a dependency in pyproject.toml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Mar 7, 2023
1 parent e26358e commit 07e6c3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Expand Up @@ -9,6 +9,7 @@ authors = [
{ name="Michael Haslam", email="hreikin@gmail.com" },
]
description = "Simple gallery for use in Streamlit projects."
dependencies = ["streamlit >= 1.19.0"]
readme = {file = "README.md", content-type = "text/markdown"}
license = {file = "LICENSE"}
requires-python = ">=3.7"
Expand All @@ -22,5 +23,3 @@ classifiers = [
"Homepage" = "https://github.com/hreikin/streamlit-simple-gallery"
"Bug Tracker" = "https://github.com/hreikin/streamlit-simple-gallery/issues"

[options]
install_requires = streamlit >= 1.19.0

0 comments on commit 07e6c3a

Please sign in to comment.