mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 14:05:59 -03:30
[Feature][release_4.6] Policy as Code MVP part 1 (#6848)
This commit is contained in:
@@ -38,6 +38,7 @@ Markdown # used for formatting API help
|
||||
maturin # pydantic-core build dep
|
||||
msgpack<1.0.6 # 1.0.6+ requires cython>=3
|
||||
msrestazure
|
||||
OPA-python-client
|
||||
openshift
|
||||
opentelemetry-api~=1.24 # new y streams can be drastically different, in a good way
|
||||
opentelemetry-sdk~=1.24
|
||||
|
||||
@@ -1,11 +1,16 @@
|
||||
adal==1.2.7
|
||||
# via msrestazure
|
||||
aiodns==3.2.0
|
||||
# via aiohttp
|
||||
aiofiles==24.1.0
|
||||
# via opa-python-client
|
||||
aiohappyeyeballs==2.4.3
|
||||
# via aiohttp
|
||||
aiohttp==3.11.6
|
||||
aiohttp[speedups]==3.11.6
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
# aiohttp-retry
|
||||
# opa-python-client
|
||||
# twilio
|
||||
aiohttp-retry==2.8.3
|
||||
# via twilio
|
||||
@@ -75,6 +80,8 @@ botocore==1.34.47
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
# boto3
|
||||
# s3transfer
|
||||
brotli==1.1.0
|
||||
# via aiohttp
|
||||
cachetools==5.3.2
|
||||
# via google-auth
|
||||
# via
|
||||
@@ -83,7 +90,9 @@ cachetools==5.3.2
|
||||
# msrest
|
||||
# requests
|
||||
cffi==1.16.0
|
||||
# via cryptography
|
||||
# via
|
||||
# cryptography
|
||||
# pycares
|
||||
channels==3.0.5
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
@@ -310,6 +319,8 @@ oauthlib==3.2.2
|
||||
# kubernetes
|
||||
# requests-oauthlib
|
||||
# social-auth-core
|
||||
opa-python-client==2.0.2
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
openshift==0.13.2
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
opentelemetry-api==1.24.0
|
||||
@@ -388,6 +399,8 @@ pyasn1-modules==0.3.0
|
||||
# google-auth
|
||||
# python-ldap
|
||||
# service-identity
|
||||
pycares==4.5.0
|
||||
# via aiodns
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
pydantic==2.5.0
|
||||
@@ -456,7 +469,7 @@ referencing==0.33.0
|
||||
# via
|
||||
# jsonschema
|
||||
# jsonschema-specifications
|
||||
requests==2.31.0
|
||||
requests==2.32.3
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
# adal
|
||||
@@ -465,6 +478,7 @@ requests==2.31.0
|
||||
# kubernetes
|
||||
# msal
|
||||
# msrest
|
||||
# opa-python-client
|
||||
# opentelemetry-exporter-otlp-proto-http
|
||||
# python-dsv-sdk
|
||||
# python-tss-sdk
|
||||
|
||||
Reference in New Issue
Block a user