From 1e422fa104c329fe904b99ab6d8c165330e9ffaa Mon Sep 17 00:00:00 2001 From: Wolf Date: Tue, 25 Jun 2024 12:30:00 +0100 Subject: [PATCH] split requirements (#14) --- CITATION.cff | 4 ++-- requirements-dev.txt | 1 + requirements.txt | 3 +-- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 requirements-dev.txt diff --git a/CITATION.cff b/CITATION.cff index 167533a..a6d6fc4 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,8 @@ message: If you use this software, please cite it using these metadata. title: Draw Lines abstract: Draw lines on the console with optional text. type: software -version: 0.1.1 -date-released: 2024-05-22 +version: 0.1.2 +date-released: 2024-06-25 repository-code: https://github.com/DevelopersToolbox/draw-lines-package keywords: - "Wolf Software" diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 0000000..1d24baf --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1 @@ +setuptools==70.0.0 diff --git a/requirements.txt b/requirements.txt index 4550965..e648e64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -colorama==0.4.6 -setuptools==70.1.0 +colorama==0.4.6 \ No newline at end of file diff --git a/setup.py b/setup.py index e3dbb16..cc01527 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='wolfsoftware.drawlines', - version='0.1.1', + version='0.1.2', author='Wolf Software', author_email='pypi@wolfsoftware.com', description='Draw lines on the console with optional text',