Skip to content

Commit de1f6d1

Browse files
author
keijack
committed
fix github #74
1 parent 5bd9070 commit de1f6d1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

py_eureka_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
version = "0.11.6"
25+
version = "0.11.7"
2626

2727
"""
2828
Status of instances

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[build-system]
1+
[build-system]
22
requires = [
33
"setuptools>=65",
44
"wheel"
@@ -20,14 +20,17 @@ classifiers = [
2020
"License :: OSI Approved :: MIT License",
2121
"Operating System :: OS Independent",
2222
]
23-
dynamic = ["version", "dependencies"]
23+
dynamic = ["version"]
24+
dependencies = [
25+
"ifaddr>=0.1.7",
26+
"dnspython>=2.2.0"
27+
]
2428

2529
[tool.setuptools]
2630
packages = ["py_eureka_client"]
2731

2832
[tool.setuptools.dynamic]
2933
version = {attr = "py_eureka_client.version"}
30-
dependencies = { file = "requirements.txt" }
3134

3235
[project.urls]
3336
homepage = "https://github.com/keijack/python-eureka-client"

0 commit comments

Comments
 (0)