Skip to content

Commit

Permalink
adding yq and jq
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Apr 11, 2022
1 parent 987fda3 commit df53498
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 31 deletions.
8 changes: 5 additions & 3 deletions requirements/_base.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
envyaml
pydantic
click
envyaml
httpx
yarl
jq
pydantic
yarl
yq
32 changes: 22 additions & 10 deletions requirements/_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,55 @@
#
# pip-compile --output-file=requirements/_base.txt requirements/_base.in
#
anyio==3.4.0
anyio==3.5.0
# via httpcore
argcomplete==2.0.0
# via yq
certifi==2021.10.8
# via
# httpcore
# httpx
charset-normalizer==2.0.9
charset-normalizer==2.0.12
# via httpx
click==8.0.3
click==8.1.2
# via -r requirements/_base.in
envyaml==1.9.210927
envyaml==1.10.211231
# via -r requirements/_base.in
h11==0.12.0
# via httpcore
httpcore==0.14.3
httpcore==0.14.7
# via httpx
httpx==0.21.1
httpx==0.22.0
# via -r requirements/_base.in
idna==3.3
# via
# anyio
# rfc3986
# yarl
multidict==5.2.0
jq==1.2.2
# via -r requirements/_base.in
multidict==6.0.2
# via yarl
pydantic==1.8.2
pydantic==1.9.0
# via -r requirements/_base.in
pyyaml==6.0
# via envyaml
# via
# envyaml
# yq
rfc3986[idna2008]==1.5.0
# via httpx
sniffio==1.2.0
# via
# anyio
# httpcore
# httpx
typing-extensions==4.0.1
toml==0.10.2
# via yq
typing-extensions==4.1.1
# via pydantic
xmltodict==0.12.0
# via yq
yarl==1.7.2
# via -r requirements/_base.in
yq==2.14.0
# via -r requirements/_base.in
8 changes: 4 additions & 4 deletions requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/_test.txt requirements/_test.in
#
attrs==21.2.0
attrs==21.4.0
# via pytest
iniconfig==1.1.1
# via pytest
Expand All @@ -14,9 +14,9 @@ pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pyparsing==3.0.6
pyparsing==3.0.8
# via packaging
pytest==6.2.5
pytest==7.1.1
# via -r requirements/_test.in
toml==0.10.2
tomli==2.0.1
# via pytest
29 changes: 15 additions & 14 deletions requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,51 @@
#
# pip-compile --output-file=requirements/_tools.txt requirements/_tools.in
#
astroid==2.9.0
astroid==2.11.2
# via pylint
black==21.12b0
black==22.3.0
# via -r requirements/_tools.in
click==8.0.3
click==8.1.2
# via
# black
# pip-tools
dill==0.3.4
# via pylint
isort==5.10.1
# via
# -r requirements/_tools.in
# pylint
lazy-object-proxy==1.6.0
lazy-object-proxy==1.7.1
# via astroid
mccabe==0.6.1
mccabe==0.7.0
# via pylint
mypy-extensions==0.4.3
# via black
pathspec==0.9.0
# via black
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
pip-tools==6.6.0
# via -r requirements/_tools.in
platformdirs==2.4.0
platformdirs==2.5.1
# via
# black
# pylint
pylint==2.12.2
pylint==2.13.5
# via -r requirements/_tools.in
toml==0.10.2
# via pylint
tomli==1.2.3
tomli==2.0.1
# via
# black
# pep517
typing-extensions==4.0.1
# pylint
typing-extensions==4.1.1
# via
# astroid
# black
# pylint
wheel==0.37.0
wheel==0.37.1
# via pip-tools
wrapt==1.13.3
wrapt==1.14.0
# via astroid

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit df53498

Please sign in to comment.