Skip to content

Commit b307162

Browse files
committed
Split requirements
1 parent 58c546f commit b307162

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ message: If you use this software, please cite it using these metadata.
33
title: PyPi Extractor
44
abstract: Extract package information for a given user in PyPi.
55
type: software
6-
version: 0.1.1
7-
date-released: 2024-06-11
6+
version: 0.1.2
7+
date-released: 2024-06-26
88
repository-code: https://github.com/DevelopersToolbox/pypi-extractor-package
99
keywords:
1010
- "Wolf Software"

requirements-dev.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pytest==8.2.2
2+
setuptools==70.0.0

requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
pytest==8.2.2
2-
setuptools==70.0.0
31
requests==2.32.3
42
beautifulsoup4==4.12.3

setup.py

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

1313
setup(
1414
name='wolfsoftware.pypi-extractor',
15-
version='0.1.1',
15+
version='0.1.2',
1616
author='Wolf Software',
1717
author_email='[email protected]',
1818
description='Extract package information for a given user in PyPi.',

0 commit comments

Comments
 (0)