[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] flask = "*" github-webhook = "*" waitress = "*" sentry-sdk = {extras = ["flask"], version = "*"} [dev-packages] black = "*" isort = "*" mypy = "*" "flake8" = "*" "nose2" = "*" [requires] python_version = "3.7" [scripts] start = "waitress-serve app.server:app" test-fix = "bash ./scripts/test-fix.sh" test = "bash ./scripts/test.sh" [pipenv] allow_prereleases = true