build: add importlib_metadata dependency
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
a101815a47
commit
cdef4e7393
|
@ -24,7 +24,8 @@ dependencies = [
|
|||
"dbus-next==0.2.3",
|
||||
"apprise==1.8.0",
|
||||
"ldap3==2.9.1",
|
||||
"python-periphery==2.4.1"
|
||||
"python-periphery==2.4.1",
|
||||
"importlib_metadata==6.7.0 ; python_version=='3.7'"
|
||||
]
|
||||
requires-python = ">=3.7"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -19,3 +19,4 @@ dbus-next==0.2.3
|
|||
apprise==1.8.0
|
||||
ldap3==2.9.1
|
||||
python-periphery==2.4.1
|
||||
importlib_metadata==6.7.0 ; python_version=='3.7'
|
||||
|
|
Loading…
Reference in New Issue