Skip to content

Commit c9ca14d

Browse files
IgnacioHerediaalvarolopez
authored andcommitted
feat: make requirements compatible with Python 3.6
1 parent 843436b commit c9ca14d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ deepaas-cli = "deepaas.cmd.cli:main"
4949
deepaas = "deepaas.opts:list_opts"
5050

5151
[tool.poetry.dependencies]
52-
python = "^3.10"
53-
"oslo.log" = "^6.0.0"
54-
"oslo.config" = "^9.4.0"
55-
stevedore = "^5.2.0"
56-
aiohttp = "^3.9.5"
52+
python = "^3.6"
53+
"oslo.log" = "^4.8.0"
54+
"oslo.config" = "^8.8.1"
55+
stevedore = "^3.5.2"
56+
aiohttp = "^3.8.6"
5757
aiohttp-apispec = "^2.2.3"
58-
Werkzeug = "^3.0.3"
59-
marshmallow = "^3.21.3"
58+
Werkzeug = "^2.0.3"
59+
marshmallow = "^3.14.1"
6060
webargs = "<6.0.0"
6161

6262

0 commit comments

Comments
 (0)