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

27 lines
386 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
github-webhook = "*"
waitress = "*"
[dev-packages]
black = "*"
isort = "*"
mypy = "*"
"flake8" = "*"
[requires]
python_version = "3.7"
[scripts]
start = "python3 app/server.py"
test-fix = "bash ./scripts/test-fix.sh"
test = "bash ./scripts/test.sh"
[pipenv]
allow_prereleases = true