Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
setuptools doesn't like my environment marker
Browse files Browse the repository at this point in the history
This is only temporary, so screw it: let's make it unconditional.
  • Loading branch information
David Robertson committed Apr 5, 2022
1 parent 91db4c2 commit 1e5690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/python_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"packaging>=16.1",
# 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.
"importlib_metadata>=1.4; python_version < 3.8",
"importlib_metadata>=1.4",
]

CONDITIONAL_REQUIREMENTS = {
Expand Down

0 comments on commit 1e5690e

Please sign in to comment.