Skip to content
Snippets Groups Projects
Commit dd04e214 authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

Clean up dependencies in setup.py

parent 7000ca14
No related branches found
No related tags found
1 merge request!25Handle dark theme visibility/dependency issues
......@@ -32,21 +32,14 @@ setup(
install_requires=[
'obspy>=1.3.0',
'pyside6',
'cartopy'
],
python_requires='>=3.9',
setup_requires = [],
setup_requires=[],
extras_require={
'dev': [
'pip',
'bumpversion',
'wheel',
'watchdog',
'flake8',
'tox',
'coverage',
'Sphinx',
'twine',
'cartopy',
]
},
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