Skip to content

Commit

Permalink
create script
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 8, 2024
1 parent 421415d commit ff9f823
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 0 deletions.
Empty file.
17 changes: 17 additions & 0 deletions .github/scripts/python/validate-exisitng-contributor/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 ff9f823

Please sign in to comment.