Skip to content

Commit

Permalink
Discard unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gray-adeyi committed Dec 26, 2022
1 parent afb9a19 commit 50e9231
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 78 deletions.
90 changes: 21 additions & 69 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pypaystack2/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "pypaystack2"
__version__ = "1.0.2"
__version__ = "1.0.3"
__author__ = ["Gbenga Adeyi"]
__license__ = "MIT"
__copyright__ = "Copyright 2022."
11 changes: 4 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pypaystack2"
version = "1.0.2"
version = "1.0.3"
description = "A fork of PyPaystack. A simple python wrapper for Paystack API."
authors = ["Gbenga Adeyi"]
readme = "README.md"
Expand All @@ -16,18 +16,15 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.28.0"
mkdocstrings = {extras = ["python"], version = "^0.19.1"}

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
black = { version = "^22.6.0", allow-prereleases = true }

[tool.poetry.group.dev.dependencies]
python-dotenv = "^0.21.0"
mkdocs = "^1.4.2"
mkdocstrings = "^0.19.1"
mkdocs-material = "^8.5.11"
typer = "^0.7.0"
mkdocstrings = "^0.19.1"
pytest = "^7.2.0"
black = "^22.12.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pypaystack2.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "1.0.2"
assert __version__ == "1.0.3"

0 comments on commit 50e9231

Please sign in to comment.