1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
gh-webhook-actor/Pipfile

17 lines
225 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
github-webhook = "*"
waitress = "*"
[dev-packages]
[requires]
python_version = "3.7"
[scripts]
start = "python3 server.py"