Skip to content

Commit

Permalink
split-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
TGWolf committed Jun 26, 2024
1 parent c8d2c90 commit bfe1d1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ message: If you use this software, please cite it using these metadata.
title: Check Prerequisites
abstract: Check prerequisite are meet for commands that need to be run.
type: software
version: 0.1.4
date-released: 2024-05-31
version: 0.1.5
date-released: 2024-06-26
repository-code: https://github.com/DevelopersToolbox/check-prerequisite-package
keywords:
- "Wolf Software"
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pytest==8.2.1
setuptools==70.0.0
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
pytest==8.2.1
setuptools==70.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='wolfsoftware.prereqs',
version='0.1.4',
version='0.1.5',
author='Wolf Software',
author_email='pypi@wolfsoftware.com',
description='Check for the presence of prerequisite commands and returns their paths.',
Expand Down

0 comments on commit bfe1d1d

Please sign in to comment.