Skip to content

Commit

Permalink
chore: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Jun 23, 2024
1 parent b1438f2 commit b11e120
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ build-backend = "setuptools.build_meta"

[project]
name = "steam-stats"
dynamic = ["version"]
authors = [
{ name = "Nicco", email = "38905025+Nicconike@users.noreply.github.com" }
]
dynamic = "version_variables"
dependencies = [
bs4==0.0.2,
DateTime==5.5,
pipdeptree==2.23.0,
playwright==1.44.0,
python-semantic-release==9.8.3,
"bs4==0.0.2",
"DateTime==5.5",
"pipdeptree==2.23.0",
"playwright==1.44.0",
"python-semantic-release==9.8.3"
]
requires-python = ">= 3.12"
readme = "README.md"
Expand Down

0 comments on commit b11e120

Please sign in to comment.