Skip to content

Commit f8369df

Browse files
committed
Pin versions for dev requirements
1 parent bf3acdb commit f8369df

2 files changed

Lines changed: 44 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lint:
1919
poetry run black aikido_zen/
2020
poetry run pylint aikido_zen/
2121
install: check_binaries
22-
pip install poetry
22+
pip install -r requirements-dev.txt
2323
poetry install
2424
.PHONY: dev_install
2525
dev_install: install

requirements-dev.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
anyio==4.13.0
2+
build==1.4.2
3+
CacheControl==0.14.4
4+
certifi==2026.2.25
5+
cffi==2.0.0
6+
charset-normalizer==3.4.7
7+
cleo==2.1.0
8+
crashtest==0.4.1
9+
distlib==0.4.0
10+
dulwich==1.1.0
11+
fastjsonschema==2.21.2
12+
filelock==3.25.2
13+
findpython==0.7.1
14+
h11==0.16.0
15+
httpcore==1.0.9
16+
httpx==0.28.1
17+
idna==3.11
18+
installer==0.7.0
19+
jaraco.classes==3.4.0
20+
jaraco.context==6.1.2
21+
jaraco.functools==4.4.0
22+
keyring==25.7.0
23+
more-itertools==10.8.0
24+
msgpack==1.1.2
25+
packaging==26.0
26+
pbs-installer==2026.3.25
27+
pkginfo==1.12.1.2
28+
platformdirs==4.9.4
29+
poetry==2.3.2
30+
poetry-core==2.3.1
31+
pycparser==3.0
32+
pyproject_hooks==1.2.0
33+
python-discovery==1.2.1
34+
RapidFuzz==3.14.3
35+
requests==2.32.5
36+
requests-toolbelt==1.0.0
37+
shellingham==1.5.4
38+
tomlkit==0.14.0
39+
trove-classifiers==2026.1.14.14
40+
urllib3==2.6.3
41+
virtualenv==21.2.0
42+
xattr==1.3.0
43+
zstandard==0.25.0

0 commit comments

Comments
 (0)