Skip to content

Commit

Permalink
add workflow and script
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 11, 2024
1 parent 3a597d6 commit 37d88dd
Show file tree
Hide file tree
Showing 5 changed files with 492 additions and 40 deletions.
16 changes: 16 additions & 0 deletions .github/scripts/python/notify-new-contributon-agreement/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[[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"

[requires]
python_version = "3.11"
Loading

0 comments on commit 37d88dd

Please sign in to comment.