Skip to content

Commit 0311d18

Browse files
Add qtpy to install_requires in setup.py
1 parent 9a94b50 commit 0311d18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
packages=find_packages(),
1919
install_requires=[
2020
'markdown',
21+
'QtPy'
2122
],
2223
include_package_data=True,
2324
classifiers=[

0 commit comments

Comments
 (0)