mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-23 12:09:24 -05:00
Narrow the importlib_metadata
dependency (#12400)
This commit is contained in:
parent
6fe757d69e
commit
2cf74cf2fc
1
changelog.d/12400.misc
Normal file
1
changelog.d/12400.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Make missing `importlib_metadata` dependency explicit.
|
@ -91,7 +91,7 @@ REQUIREMENTS = [
|
|||||||
"packaging>=16.1",
|
"packaging>=16.1",
|
||||||
# At the time of writing, we only use functions from the version `importlib.metadata`
|
# At the time of writing, we only use functions from the version `importlib.metadata`
|
||||||
# which shipped in Python 3.8. This corresponds to version 1.4 of the backport.
|
# which shipped in Python 3.8. This corresponds to version 1.4 of the backport.
|
||||||
"importlib_metadata>=1.4",
|
"importlib_metadata>=1.4 ; python_version < '3.8'",
|
||||||
]
|
]
|
||||||
|
|
||||||
CONDITIONAL_REQUIREMENTS = {
|
CONDITIONAL_REQUIREMENTS = {
|
||||||
|
Loading…
Reference in New Issue
Block a user