Skip to content

Commit

Permalink
Merge pull request #2433 from astrofrog/add-glue-qt-dependency
Browse files Browse the repository at this point in the history
Added glue-qt dependency
  • Loading branch information
astrofrog authored Aug 15, 2023
2 parents bd11f6b + ef5b91e commit 8d76a02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ install_requires =
pvextractor>=0.2
importlib_resources>=1.3; python_version<'3.9'
importlib_metadata>=3.6; python_version<'3.10'
# For now, we include a dependency on glue-qt so that imports of the
# Qt-related functionality continue to work albeit with a deprecation
# warning. Once the deprecation phase is over, we can remove this
# dependency as well as all the compatibility imports.
glue-qt>=0.1.0

[options.entry_points]
glue.plugins =
Expand Down

0 comments on commit 8d76a02

Please sign in to comment.