Skip to content

Commit

Permalink
Merge pull request #6 from dobizz/main
Browse files Browse the repository at this point in the history
ci(pyproject.toml): add project dependencies
  • Loading branch information
dobizz authored Nov 5, 2023
2 parents c4b488a + a942da6 commit 9cc269c
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 9cc269c

Please sign in to comment.