First pass at implemenation with pagerduty webhooks
This commit is contained in:
parent
b71b8d95ff
commit
80c6fbd7bb
15 changed files with 1419 additions and 0 deletions
71
requirements.txt
Normal file
71
requirements.txt
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
aiofiles==0.6.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
aiohttp-socks==0.7.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
aiohttp==3.8.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.6"
|
||||
aiosignal==1.2.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.6"
|
||||
anyio==3.6.1; python_version >= "3.6" and python_full_version >= "3.6.2"
|
||||
async-timeout==4.0.2; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.6"
|
||||
atomicwrites==1.4.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and (python_version >= "3.5" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.5" and python_full_version >= "3.4.0")
|
||||
attrs==21.4.0; python_full_version >= "3.6.1" and python_version >= "3.6" and python_full_version < "4.0.0"
|
||||
bandit==1.7.4; python_version >= "3.7"
|
||||
black==22.6.0; python_full_version >= "3.6.2"
|
||||
cachetools==4.2.4; python_version >= "3.5" and python_version < "4.0" and python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
cffi==1.15.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
charset-normalizer==2.1.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.6"
|
||||
click==8.1.3; python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
colorama==0.4.5; sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.6.2" and platform_system == "Windows"
|
||||
fastapi==0.79.0; python_full_version >= "3.6.1"
|
||||
flake8==4.0.1; python_version >= "3.6"
|
||||
frozenlist==1.3.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
future==0.18.2; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
gitdb==4.0.9; python_version >= "3.7"
|
||||
gitpython==3.1.27; python_version >= "3.7"
|
||||
h11==0.12.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
h2==4.1.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
hpack==4.0.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
hyperframe==6.0.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
idna==3.3; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.6"
|
||||
importlib-metadata==4.12.0; python_version < "3.10" and python_version >= "3.7"
|
||||
isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0"
|
||||
jsonschema==3.2.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
logbook==1.5.3; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
markdown==3.4.1; python_version >= "3.7"
|
||||
matrix-nio==0.19.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
mccabe==0.6.1; python_version >= "3.6"
|
||||
more-itertools==8.13.0; python_version >= "3.5"
|
||||
multidict==6.0.2; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
mypy-extensions==0.4.3; python_full_version >= "3.6.2" and python_version >= "3.6"
|
||||
mypy==0.971; python_version >= "3.6"
|
||||
packaging==21.3; python_version >= "3.6"
|
||||
pathspec==0.9.0; python_full_version >= "3.6.2"
|
||||
pbr==5.9.0; python_version >= "3.8"
|
||||
peewee==3.15.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
platformdirs==2.5.2; python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
pluggy==0.13.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
|
||||
py==1.11.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
|
||||
pycodestyle==2.8.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
pycparser==2.21; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
pycryptodome==3.15.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
pydantic==1.9.1; python_full_version >= "3.6.1"
|
||||
pyflakes==2.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
|
||||
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.6"
|
||||
pyrsistent==0.18.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
pytest==5.4.3; python_version >= "3.5"
|
||||
python-dotenv==0.20.0; python_full_version >= "3.6.1" and python_version >= "3.5"
|
||||
python-olm==3.1.3; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
python-socks==2.0.3; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
pyyaml==6.0; python_version >= "3.7"
|
||||
six==1.16.0; python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
smmap==5.0.0; python_version >= "3.7"
|
||||
sniffio==1.2.0; python_version >= "3.6" and python_full_version >= "3.6.2"
|
||||
starlette==0.19.1; python_version >= "3.6" and python_full_version >= "3.6.1"
|
||||
stevedore==4.0.0; python_version >= "3.8"
|
||||
termcolor==1.1.0
|
||||
tomli==2.0.1; python_full_version < "3.11.0a7" and python_full_version >= "3.6.2" and python_version >= "3.7" and python_version < "3.11"
|
||||
types-markdown==3.4.0
|
||||
types-termcolor==1.1.5
|
||||
typing-extensions==4.3.0; python_version >= "3.7" and python_full_version >= "3.6.2" and python_version < "3.10"
|
||||
unpaddedbase64==2.1.0; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.1" and python_full_version < "4.0.0"
|
||||
uvicorn==0.18.2; python_version >= "3.7"
|
||||
wcwidth==0.2.5; python_version >= "3.5"
|
||||
yarl==1.7.2; python_full_version >= "3.6.1" and python_full_version < "4.0.0" and python_version >= "3.6"
|
||||
zipp==3.8.1; python_version < "3.10" and python_version >= "3.7"
|
||||
Loading…
Add table
Add a link
Reference in a new issue