Skip to content

Commit

Permalink
Merge pull request #2 from arnaudmiribel/fix-dependencies
Browse files Browse the repository at this point in the history
Move dependencies from build-system requires to project dependencies
  • Loading branch information
blackary authored Oct 11, 2022
2 parents 6a077f7 + 9148a42 commit 978884a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["streamlit", "streamlit-extras", "faker", "matplotlib", "setuptools>=61.0"]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "streamlit_faker"
version = "0.0.1"
version = "0.0.2"
authors = [
{ name="Arnaud Miribel", email="[email protected]" },
]
Expand All @@ -15,6 +15,12 @@ requires-python = ">=3.6"
classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"streamlit",
"streamlit-extras",
"faker",
"matplotlib",
]
keywords = [
"python",
"streamlit",
Expand Down

0 comments on commit 978884a

Please sign in to comment.