Skip to content

Commit

Permalink
Merge pull request #14 from molssi-seamm/checktree
Browse files Browse the repository at this point in the history
Added CheckTree widget
  • Loading branch information
seamm committed Nov 5, 2021
2 parents fa31dc6 + bff82d5 commit 664c89b
Show file tree
Hide file tree
Showing 10 changed files with 870 additions and 5 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -6,6 +6,7 @@ include README.rst
include requirements*
include versioneer.py

recursive-include seamm_widgets/data *
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda-envs/test_env.yaml
Expand Up @@ -7,7 +7,9 @@ dependencies:
# Base depends
- python
- pip
- pillow
- pmw
- seamm-util

# Testing
- black
Expand All @@ -21,8 +23,6 @@ dependencies:

# Pip-only installs
- pip:
- seamm-util

# Documentation
- rinohtype
- sphinx-rtd-theme
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,2 +1,3 @@
pillow==8.3.2
Pmw==2.0.1
seamm-util>=2020.9.23
1 change: 1 addition & 0 deletions requirements_install.txt
@@ -1,2 +1,3 @@
pillow
Pmw
seamm-util>=2020.9.23
1 change: 1 addition & 0 deletions seamm_widgets/__init__.py
Expand Up @@ -22,6 +22,7 @@
from seamm_widgets.unit_combobox import UnitCombobox # noqa: F401
from seamm_widgets.search_criteria import Criterion # noqa: F401
from seamm_widgets.search_criteria import SearchCriteria # noqa: F401
from seamm_widgets.check_tree import CheckTree # noqa: F401

# Handle versioneer
from ._version import get_versions
Expand Down

0 comments on commit 664c89b

Please sign in to comment.