-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated dev dependencies and made fixes for running on macOS
- Loading branch information
1 parent
6d4de04
commit 3eb13ba
Showing
21 changed files
with
1,865 additions
and
1,719 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "recline" | ||
version = "2024.6" | ||
version = "2024.7" | ||
description = "Writing argparse-based command line applications can become tedious, repetitive, and difficult to do right. Relax and let this library free you from that burden." | ||
license = "BSD-3-Clause" | ||
authors = ["NetApp <[email protected]>"] | ||
|
@@ -21,16 +21,16 @@ packages = [ | |
] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.7.2,<4" | ||
windows-curses = {version = "^2.3.0", markers = "sys_platform == 'win32'"} | ||
python = ">=3.9.0,<4" | ||
windows-curses = {version = "^2.3.3", markers = "sys_platform == 'win32'"} | ||
pyreadline3 = {version = "^3.4.1", markers = "sys_platform == 'win32'"} | ||
|
||
[tool.poetry.dev-dependencies] | ||
pudb = "^2022.1.3" | ||
pylint = "^2.15.8" | ||
pytest = "^7.2.0" | ||
pytest-cov = "^4.0.0" | ||
sphinx = "^5.3.0" | ||
sphinx-rtd-theme = "^1.1.1" | ||
sphinxcontrib-apidoc = "^0.3.0" | ||
importlib-metadata = "^5.1.0" | ||
pudb = "^2024.1.2" | ||
pylint = "^3.2.6" | ||
pytest = "^8.3.2" | ||
pytest-cov = "^5.0.0" | ||
sphinx = "^7.4.7" | ||
sphinx-rtd-theme = "^2.0.0" | ||
sphinxcontrib-apidoc = "^0.5.0" | ||
importlib-metadata = "^8.2.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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.