Skip to content

Commit 81cdb4c

Browse files
committed
split requirements
1 parent d8d9653 commit 81cdb4c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cff-version: 1.2.0
22
title: Get language versions
33
message: "If you use this software, please cite it as below."
44
type: software
5-
version: 0.0.1
6-
date-released: 2024-05-16
5+
version: 0.1.1
6+
date-released: 2024-06-26
77
repository-code: 'https://github.com/DevelopersToolbox/get-language-versions'
88
abstract: some needs to go here
99
keywords:

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
setuptools==70.0.0

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
beautifulsoup4==4.12.3
22
colorama==0.4.6
33
requests==2.32.3
4-
setuptools==70.0.0
54
yaspin==3.0.2
65
packaging==24.0
7-
wolfsoftware.notify==0.1.0
6+
wolfsoftware.notify==0.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='wolfsoftware.get-language-versions',
15-
version='0.1.0',
15+
version='0.1.1',
1616
packages=['wolfsoftware.get_language_versions'],
1717
entry_points={
1818
'console_scripts': [

0 commit comments

Comments
 (0)