diff --git a/news/recut.rst b/news/recut.rst new file mode 100644 index 0000000..6a5739f --- /dev/null +++ b/news/recut.rst @@ -0,0 +1,24 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* cookiecut to group's Python package standard +* add pip packages under pip.txt + +**Security:** + +* diff --git a/pyproject.toml b/pyproject.toml index 61b906c..b092493 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default) namespaces = false # to disable scanning PEP 420 namespaces (true by default) [tool.setuptools.dynamic] -dependencies = {file = ["requirements/run.txt"]} +dependencies = {file = ["requirements/pip.txt"]} [tool.black] line-length = 115 diff --git a/requirements/run.txt b/requirements/conda.txt similarity index 54% rename from requirements/run.txt rename to requirements/conda.txt index f8febd0..9de315b 100644 --- a/requirements/run.txt +++ b/requirements/conda.txt @@ -1,5 +1,5 @@ h5py time tk -matplotlib +matplotlib-base numpy diff --git a/requirements/pip.txt b/requirements/pip.txt index e69de29..f8febd0 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -0,0 +1,5 @@ +h5py +time +tk +matplotlib +numpy