Skip to content

Commit

Permalink
test send-email action
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 29, 2023
1 parent 0629d5e commit afe1a96
Show file tree
Hide file tree
Showing 5 changed files with 596 additions and 14 deletions.
17 changes: 17 additions & 0 deletions .github/actions/python/send-email/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
requests = "==2.31.0"

[dev-packages]
black = "==23.1.0"
pytest = "==7.2.1"
mypy = "==1.6.1"
pylint = "==3.0.2"
types-requests = "==2.31.0.10"

[requires]
python_version = "3.11"
Loading

0 comments on commit afe1a96

Please sign in to comment.