Skip to content

Commit

Permalink
Split requirements (#8)
Browse files Browse the repository at this point in the history
* split requirements

* update requirements
  • Loading branch information
TGWolf authored Jun 26, 2024
1 parent 1bc74af commit 4b4f158
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: DockerHub Extractor
abstract: Extract container information for a given user in DockerHub.
type: software
version: 0.1.0
date-released: 2024-06-11
version: 0.1.1
date-released: 2024-06-26
repository-code: https://github.com/DevelopersToolbox/dockerhub-extractor-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.2
setuptools==70.1.1
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
pytest==8.2.2
setuptools==70.0.0
requests==2.32.3
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.dockerhub-extractor',
version='0.1.0',
version='0.1.1',
author='Wolf Software',
author_email='[email protected]',
description='Extract container information for a given user in DockerHub.',
Expand Down

0 comments on commit 4b4f158

Please sign in to comment.