mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
add Click as a dependency
This commit is contained in:
parent
5f13b841ad
commit
96497cac20
2
setup.py
2
setup.py
@ -113,7 +113,7 @@ setup(
|
||||
cmdclass={"build_ext": CMakeBuild},
|
||||
packages=find_packages('.'),
|
||||
package_dir={'': '.'},
|
||||
install_requires=["Pillow"],
|
||||
install_requires=["Pillow", "click"],
|
||||
extras_require={
|
||||
"tests": ["nose", "parameterized"],
|
||||
"docs": ["sphinx", "myst-parser", "sphinx-rtd-theme"],
|
||||
|
Loading…
Reference in New Issue
Block a user