Skip to content

Commit 8c7bcc6

Browse files
committed
Recreate requirements files with tools included in the repo
Signed-off-by: Theodore Aptekarev <[email protected]>
1 parent 5b3067b commit 8c7bcc6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
click_versions: |
7171
for clk_ver in 8.2.0 8.2.1;
7272
do
73-
venv/bin/pip uninstall -y click;
7473
venv/bin/pip install --force-reinstall click==$clk_ver;
7574
venv/bin/pytest -vvs tests/test_cliutils_progressbar.py;
7675
done

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
aboutcode-toolkit>=11.1.1
1+
aboutcode-toolkit==11.1.1
22
black==23.1.0
33
bleach==6.0.0
44
boolean.py==4.0
55
cffi==1.15.1
66
cryptography==39.0.1
77
docutils==0.19
88
et-xmlfile==1.1.0
9-
exceptiongroup==1.1.0
109
execnet==1.9.0
1110
importlib-metadata==6.0.0
1211
iniconfig==2.0.0
12+
isort==6.0.1
1313
jaraco.classes==3.2.3
1414
jeepney==0.8.0
1515
jinja2==3.1.2
@@ -27,6 +27,7 @@ pathspec==0.11.0
2727
pkginfo==1.9.6
2828
platformdirs==3.0.0
2929
pluggy==1.0.0
30+
pycodestyle==2.13.0
3031
pycparser==2.21
3132
pygments==2.14.0
3233
pytest==7.2.1
@@ -37,7 +38,6 @@ rfc3986==2.0.0
3738
rich==13.3.1
3839
secretstorage==3.3.3
3940
six==1.16.0
40-
tomli==2.0.1
4141
twine==4.0.2
4242
webencodings==0.5.1
43-
zipp==3.14.0
43+
zipp==3.14.0

requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ attrs==25.3.0
22
beautifulsoup4==4.13.4
33
certifi==2025.4.26
44
chardet==5.2.0
5-
click>=8.2.0
5+
charset-normalizer==3.4.2
6+
click==8.2.1
67
idna==3.10
7-
pip==23.0
8+
pip==25.1.1
89
PyYAML==6.0.2
910
requests==2.32.2
1011
saneyaml==0.6.1
11-
setuptools==67.1.0
12+
setuptools==80.3.1
1213
soupsieve==2.7
1314
text-unidecode==1.3
15+
typing_extensions==4.13.2
1416
urllib3==1.26.20
15-
wheel==0.38.4

0 commit comments

Comments
 (0)