Skip to content

Commit ee9afee

Browse files
committed
Requirements (#2)
* Allow latest httpx release * Set Python 3.7.4 as minimal requirement * Set to 0.1.1
1 parent ab31ca9 commit ee9afee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "elmax"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Python client for the Elmax CLoud"
55

66
license = "Apache-2.0"
@@ -27,8 +27,8 @@ classifiers = [
2727
]
2828

2929
[tool.poetry.dependencies]
30-
python = "^3.8"
31-
httpx = "^0.16.0"
30+
python = "^3.7.0"
31+
httpx = "^0.17"
3232
yarl = "^1.6"
3333

3434
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)