Skip to content

Commit 9f68961

Browse files
authored
Merge pull request #147 from oemof/features/dev-install-version
Dev install version
2 parents e218b83 + 1ab5c3a commit 9f68961

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Features
1212

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

1617
Fixes
1718

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def read(*names, **kwargs):
7575
],
7676
extras_require={
7777
"cli": ["click"],
78+
"dev": ["pytest", "black", "isort", "flake8"],
7879
"plots": ["plotly", "matplotlib"],
7980
"aggregation": ["tsam"],
8081
"geometry": ["shapely", "scipy", "pyproj", "geojson", "pyshp"],

0 commit comments

Comments
 (0)