Skip to content

Commit add6ab6

Browse files
committed
add docker to requirements for pylint
1 parent 3d01781 commit add6ab6

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

ci/helpers/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66

77
aiohttp
88
fastapi
9+
docker

ci/helpers/requirements.txt

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# This file was autogenerated by uv via the following command:
2-
# uv pip compile requirements.in -o requirements.txt
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# pip-compile --output-file=requirements.txt requirements.in
6+
#
37
aiohttp==3.9.5
48
# via
5-
# -c ../../requirements/constraints.txt
9+
# -c /home/mads/Development/oSparc/osparc-simcore/requirements/constraints.txt
610
# -r requirements.in
711
aiosignal==1.3.1
812
# via aiohttp
@@ -12,6 +16,14 @@ anyio==4.3.0
1216
# via starlette
1317
attrs==23.2.0
1418
# via aiohttp
19+
certifi==2024.12.14
20+
# via
21+
# -c /home/mads/Development/oSparc/osparc-simcore/requirements/constraints.txt
22+
# requests
23+
charset-normalizer==3.4.1
24+
# via requests
25+
docker==7.1.0
26+
# via -r requirements.in
1527
fastapi==0.115.0
1628
# via -r requirements.in
1729
frozenlist==1.4.1
@@ -21,27 +33,35 @@ frozenlist==1.4.1
2133
idna==3.7
2234
# via
2335
# anyio
36+
# requests
2437
# yarl
2538
multidict==6.0.5
2639
# via
2740
# aiohttp
2841
# yarl
29-
pydantic==2.9.2
42+
pydantic==2.10.5
3043
# via
31-
# -c ../../requirements/constraints.txt
44+
# -c /home/mads/Development/oSparc/osparc-simcore/requirements/constraints.txt
3245
# fastapi
33-
pydantic-core==2.23.4
46+
pydantic-core==2.27.2
3447
# via pydantic
48+
requests==2.32.3
49+
# via docker
3550
sniffio==1.3.1
3651
# via anyio
3752
starlette==0.38.6
3853
# via
39-
# -c ../../requirements/constraints.txt
54+
# -c /home/mads/Development/oSparc/osparc-simcore/requirements/constraints.txt
4055
# fastapi
41-
typing-extensions==4.11.0
56+
typing-extensions==4.12.2
4257
# via
4358
# fastapi
4459
# pydantic
4560
# pydantic-core
61+
urllib3==2.3.0
62+
# via
63+
# -c /home/mads/Development/oSparc/osparc-simcore/requirements/constraints.txt
64+
# docker
65+
# requests
4666
yarl==1.9.4
4767
# via aiohttp

0 commit comments

Comments
 (0)