Skip to content

Commit

Permalink
added requirements-test.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Jun 10, 2024
1 parent c150226 commit fc7cc81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 89 deletions.
86 changes: 2 additions & 84 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ repository = "https://github.com/owasp-sbot/OSBot-GitHub-Actions"
homepage = "https://github.com/owasp-sbot/OSBot-GitHub-Actions"

[tool.poetry.dependencies]
python = "^3.11"
python-dotenv = "*"
python = "^3.7"
osbot_utils = "*"

[tool.poetry.group.dev.dependencies]
pytest = "*"


[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
2 changes: 2 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pytest
coverage

0 comments on commit fc7cc81

Please sign in to comment.