Skip to content

Commit 2108ec3

Browse files
committed
Update requirements.txt to add new dependencies and remove unused packages
1 parent d51a14b commit 2108ec3

File tree

1 file changed

+49
-3
lines changed

1 file changed

+49
-3
lines changed

requirements.txt

Lines changed: 49 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ansible-compat==24.6.1
22
ansible-core==2.17.1
33
ansible-lint==24.6.1
4+
ansible-runner==2.4.0
5+
astroid==3.3.8
6+
asttokens==3.0.0
47
attrs==23.2.0
58
azure-common==1.1.28
69
azure-core==1.30.2
@@ -9,56 +12,99 @@ azure-kusto-data==4.5.1
912
azure-kusto-ingest==4.5.1
1013
azure-mgmt-compute==31.0.0
1114
azure-mgmt-core==1.4.0
15+
azure-mgmt-network==28.1.0
1216
azure-storage-blob==12.22.0
1317
azure-storage-queue==12.11.0
18+
backcall==0.2.0
19+
beautifulsoup4==4.13.3
1420
black==24.4.2
21+
bleach==6.2.0
1522
bracex==2.4
1623
certifi==2024.7.4
1724
cffi==1.16.0
1825
charset-normalizer==3.3.2
1926
click==8.1.7
27+
coverage==7.6.10
2028
cryptography==42.0.8
29+
decorator==5.1.1
30+
defusedxml==0.7.1
31+
docopt==0.6.2
32+
exceptiongroup==1.2.2
33+
executing==2.2.0
34+
fastjsonschema==2.21.1
2135
filelock==3.15.4
2236
idna==3.7
2337
ijson==3.3.0
2438
importlib_metadata==8.0.0
39+
iniconfig==2.0.0
40+
ipython==8.12.3
2541
isodate==0.6.1
42+
jedi==0.19.2
2643
Jinja2==3.1.4
2744
jsonschema==4.22.0
2845
jsonschema-specifications==2023.12.1
46+
jupyter_client==8.6.3
47+
jupyter_core==5.7.2
48+
jupyterlab_pygments==0.3.0
49+
lockfile==0.12.2
2950
markdown-it-py==3.0.0
3051
MarkupSafe==2.1.5
52+
matplotlib-inline==0.1.7
3153
mdurl==0.1.2
54+
mistune==3.1.1
3255
msal==1.30.0
3356
msal-extensions==1.2.0
3457
mypy-extensions==1.0.0
58+
nbclient==0.10.2
59+
nbconvert==7.16.6
60+
nbformat==5.10.4
3561
numpy==2.2.1
3662
packaging==24.1
3763
pandas==2.2.3
64+
pandocfilters==1.5.1
65+
parso==0.8.4
3866
pathspec==0.12.1
67+
pexpect==4.9.0
68+
pickleshare==0.7.5
3969
platformdirs==4.2.2
70+
pluggy==1.5.0
4071
portalocker==2.10.1
72+
prompt_toolkit==3.0.50
73+
ptyprocess==0.7.0
74+
pure_eval==0.2.3
4175
pycparser==2.22
4276
Pygments==2.18.0
4377
PyJWT==2.8.0
78+
pytest==8.3.4
79+
pytest-cov==6.0.0
80+
pytest-mock==3.14.0
81+
python-daemon==3.1.2
4482
python-dateutil==2.9.0.post0
4583
pytz==2024.2
4684
PyYAML==6.0.1
85+
pyzmq==26.2.1
4786
referencing==0.35.1
4887
requests==2.32.3
4988
resolvelib==1.0.1
5089
rich==13.7.1
5190
rpds-py==0.18.1
91+
semver==3.0.4
5292
six==1.16.0
93+
soupsieve==2.6
94+
stack-data==0.6.3
5395
subprocess-tee==0.4.2
5496
tenacity==9.0.0
97+
tinycss2==1.4.0
98+
toml==0.10.2
5599
tomli==2.0.1
100+
tornado==6.4.2
101+
traitlets==5.14.3
56102
typing_extensions==4.12.2
57103
tzdata==2024.2
58104
urllib3==2.2.2
59105
wcmatch==8.5.2
106+
wcwidth==0.2.13
107+
webencodings==0.5.1
60108
yamllint==1.35.1
109+
yarg==0.1.9
61110
zipp==3.19.2
62-
pytest==8.3.4
63-
jmespath
64-
netaddr

0 commit comments

Comments
 (0)