-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
25 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Venu Vardhan Reddy Tekula <[email protected]> | ||
Lewi Uberg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2021-08-03 18:15:03.344208 | ||
__version__ = "0.2.2" | ||
# File auto-generated by semverup on 2021-09-20 08:43:25.665174 | ||
__version__ = "0.3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "peodd" | ||
version = "0.2.2" | ||
version = "0.3.0" | ||
description = "Script to export the pyproject.toml dev-dependencies to a txt file." | ||
authors = [ | ||
"Venu Vardhan Reddy Tekula <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## peodd 0.3.0 - (2021-09-20) | ||
|
||
**New features:** | ||
|
||
* Add support for exporting non-dev dependencies\ | ||
Add possibility to export only non-dev dependencies to a txt file with | ||
the `--non-dev` flag, and remove the default filename, forcing the | ||
user to provide one with the `-o`, `--output` flag. Usage: ``` $ peodd | ||
--non-dev -o requirements.txt ``` | ||
|
10 changes: 0 additions & 10 deletions
10
releases/unreleased/add-support-for-exporting-non-dev-dependencies.yml
This file was deleted.
Oops, something went wrong.