-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
------------------- * [new] vlist.is_in() * [fix] requirements tomli
- Loading branch information
1 parent
3c068f4
commit 64851b2
Showing
7 changed files
with
66 additions
and
17 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
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 was deleted.
Oops, something went wrong.
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "vhelpers" | ||
version = "0.1.13" | ||
version = "0.1.14" | ||
description = "Often used functions in vladimirs-git projects" | ||
authors = ["Vladimir Prusakov <[email protected]>"] | ||
readme = "README.rst" | ||
|
@@ -15,8 +15,10 @@ classifiers = [ | |
"Programming Language :: Python :: 3.8", | ||
"Natural Language :: English", | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
tomli = "^2.0.1" | ||
|
||
[tool.poetry.group.test.dependencies] | ||
pytest = "^7.4.2" | ||
|
@@ -41,7 +43,7 @@ test = ["pytest"] | |
|
||
[tool.poetry.urls] | ||
"Bug Tracker" = "https://github.com/vladimirs-git/vhelpers/issues" | ||
"Download URL" = "https://github.com/vladimirs-git/vhelpers/archive/refs/tags/0.1.13.tar.gz" | ||
"Download URL" = "https://github.com/vladimirs-git/vhelpers/archive/refs/tags/0.1.14.tar.gz" | ||
|
||
|
||
[build-system] | ||
|
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