Skip to content

Commit

Permalink
add pip dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume.grolleron committed Jan 20, 2025
1 parent 9a311f6 commit 8e0e495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencies:
- zodb
- mechanize
- browser-cookie3
- pyqt5
- pyqt6
- pyqtgraph
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ dependencies = [
"scipy==1.11.4",
"zodb",
"zeo",
"pyqtgraph",
"pyqt6",
]

# needed for setuptools_scm, we don't define a static version
Expand Down

0 comments on commit 8e0e495

Please sign in to comment.