Skip to content

Commit

Permalink
Merge pull request #231 from VesnaT/req_pyqtgraph
Browse files Browse the repository at this point in the history
setup: Add pyqtgraph dependency
  • Loading branch information
ajdapretnar committed Aug 8, 2022
2 parents 7ed0ce8 + 483659f commit 257f26d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
'more-itertools',
# required to get current timezone
# adding it does not hurt, Pandas have it as a dependency
'python-dateutil'
'python-dateutil',
'pyqtgraph>=0.12.2,!=0.12.4'
],
extras_require={
'test': ['coverage'],
Expand Down

0 comments on commit 257f26d

Please sign in to comment.