Skip to content

Commit

Permalink
Merge pull request #147 from oemof/features/dev-install-version
Browse files Browse the repository at this point in the history
Dev install version
  • Loading branch information
nailend authored Dec 4, 2023
2 parents e218b83 + 1ab5c3a commit 9f68961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Features

* Improve reading error message `#134 <https://github.com/oemof/oemof-tabular/pull/134>`_
* Remove facade relicts `#135 <https://github.com/oemof/oemof-tabular/pull/135>`_
* Add dev install version `#147 <https://github.com/oemof/oemof-tabular/pull/147>`_

Fixes

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def read(*names, **kwargs):
],
extras_require={
"cli": ["click"],
"dev": ["pytest", "black", "isort", "flake8"],
"plots": ["plotly", "matplotlib"],
"aggregation": ["tsam"],
"geometry": ["shapely", "scipy", "pyproj", "geojson", "pyshp"],
Expand Down

0 comments on commit 9f68961

Please sign in to comment.