Skip to content

Commit

Permalink
ci(pyproject.toml): add project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dobizz committed Nov 5, 2023
1 parent 35d8387 commit a942da6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[project]
name = "pyplayht"
version = "0.0.0"
dependencies = [
"python-dotenv >= 0.20.0",
"requests >= 2.28.2",
]

[tool.pytest.ini_options]
pythonpath = [
Expand Down

0 comments on commit a942da6

Please sign in to comment.