diff options
| author | Ziyang Liu <zliu@chanzuckerberg.com> | 2021-11-16 13:11:24 -0800 |
|---|---|---|
| committer | Waylan Limberg <waylan.limberg@icloud.com> | 2021-11-17 09:07:10 -0500 |
| commit | ff35692c58c3143d3e1ccb7b76b9e3aa1de4ef9a (patch) | |
| tree | b10e1b182f94344c7c99547c140c528c7b89a651 | |
| parent | aab33ac8a27d1d768949db9c1734931e442e0157 (diff) | |
| download | python-markdown-ff35692c58c3143d3e1ccb7b76b9e3aa1de4ef9a.tar.gz | |
update install requires to drop quotes
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ setup( license='BSD License', packages=['markdown', 'markdown.extensions'], python_requires='>=3.6', - install_requires=["importlib-metadata>='4.4';python_version<'3.10'"], + install_requires=["importlib-metadata>=4.4;python_version<'3.10'"], extras_require={ 'testing': [ 'coverage', |
