Skip to content

Commit ff35692

Browse files
Ziyang Liuwaylan
Ziyang Liu
authored andcommitted
update install requires to drop quotes
1 parent aab33ac commit ff35692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def get_version():
7474
license='BSD License',
7575
packages=['markdown', 'markdown.extensions'],
7676
python_requires='>=3.6',
77-
install_requires=["importlib-metadata>='4.4';python_version<'3.10'"],
77+
install_requires=["importlib-metadata>=4.4;python_version<'3.10'"],
7878
extras_require={
7979
'testing': [
8080
'coverage',

0 commit comments

Comments
 (0)