Skip to content
Snippets Groups Projects
Commit 9ff27189 authored by Destiny Kuehn's avatar Destiny Kuehn
Browse files

fix pyside dependency

parent 9ef3c4bd
No related branches found
No related tags found
1 merge request!14Pyside
Pipeline #2405 failed with stage
in 1 minute and 14 seconds
...@@ -30,13 +30,12 @@ setup( ...@@ -30,13 +30,12 @@ setup(
'mseedpeek=mseedpeek.mseedpeek:main', 'mseedpeek=mseedpeek.mseedpeek:main',
], ],
}, },
install_requires=['pyside2'], install_requires=['PySide2'],
setup_requires=[], setup_requires=[],
extras_require={ extras_require={
'dev': [ 'dev': [
'flake8', 'flake8',
'tox', 'tox',
'pyside2',
] ]
}, },
license="GNU General Public License v3", license="GNU General Public License v3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment