We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd9070 commit de1f6d1Copy full SHA for de1f6d1
2 files changed
py_eureka_client/__init__.py
@@ -22,7 +22,7 @@
22
SOFTWARE.
23
"""
24
25
-version = "0.11.6"
+version = "0.11.7"
26
27
28
Status of instances
pyproject.toml
@@ -1,4 +1,4 @@
1
-[build-system]
+ [build-system]
2
requires = [
3
"setuptools>=65",
4
"wheel"
@@ -20,14 +20,17 @@ classifiers = [
20
"License :: OSI Approved :: MIT License",
21
"Operating System :: OS Independent",
]
-dynamic = ["version", "dependencies"]
+dynamic = ["version"]
+dependencies = [
+ "ifaddr>=0.1.7",
+ "dnspython>=2.2.0"
+]
29
[tool.setuptools]
30
packages = ["py_eureka_client"]
31
32
[tool.setuptools.dynamic]
33
version = {attr = "py_eureka_client.version"}
-dependencies = { file = "requirements.txt" }
34
35
[project.urls]
36
homepage = "https://github.com/keijack/python-eureka-client"
0 commit comments