Skip to content

Commit

Permalink
skip: add reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Oct 4, 2023
1 parent 10fca2f commit 197a49d
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion charms/argo-controller/requirements-integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ aiohttp==3.8.5
# via -r requirements-integration.in
aiosignal==1.3.1
# via aiohttp
anyio==4.0.0
# via httpcore
asttokens==2.4.0
# via stack-data
async-timeout==4.0.3
Expand All @@ -22,6 +24,8 @@ cachetools==5.3.1
# via google-auth
certifi==2023.7.22
# via
# httpcore
# httpx
# kubernetes
# requests
cffi==1.15.1
Expand All @@ -39,7 +43,9 @@ decorator==5.1.1
# ipdb
# ipython
exceptiongroup==1.1.3
# via pytest
# via
# anyio
# pytest
executing==1.2.0
# via stack-data
frozenlist==1.4.0
Expand All @@ -48,10 +54,18 @@ frozenlist==1.4.0
# aiosignal
google-auth==2.22.0
# via kubernetes
h11==0.14.0
# via httpcore
httpcore==0.18.0
# via httpx
httpx==0.25.0
# via lightkube
hvac==1.2.0
# via juju
idna==3.4
# via
# anyio
# httpx
# requests
# yarl
iniconfig==2.0.0
Expand All @@ -72,6 +86,10 @@ juju==3.2.2
# pytest-operator
kubernetes==27.2.0
# via juju
lightkube==0.14.0
# via -r requirements-integration.in
lightkube-models==1.28.1.4
# via lightkube
macaroonbakery==1.3.1
# via juju
markupsafe==2.1.3
Expand Down Expand Up @@ -148,6 +166,7 @@ pyyaml==6.0.1
# via
# juju
# kubernetes
# lightkube
# pytest-operator
requests==2.31.0
# via
Expand All @@ -169,6 +188,11 @@ six==1.16.0
# paramiko
# pymacaroons
# python-dateutil
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
stack-data==0.6.2
# via ipython
tenacity==8.2.3
Expand Down

0 comments on commit 197a49d

Please sign in to comment.