Skip to content

Commit 652a5f4

Browse files
authored
Merge pull request #2 from cloudshiftstrategies/fix/deps
fix(deps): renamed repo, package and updated deps
2 parents b51845d + 29fe5f2 commit 652a5f4

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ little bit of documentation. Nothing fancy.
1919

2020
## Installation
2121

22-
`pip install py-sp-api`
22+
`pip install amazon-sp-api-python`
2323

2424
## Usage
2525

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ packages = [{include = "py_sp_api", from = "src"}]
99

1010
[tool.poetry.dependencies]
1111
python = ">=3.9,<4.0"
12-
pydantic = "^2.10.4"
13-
python-dateutil = "^2.9.0.post0"
14-
urllib3 = "^2.3.0"
15-
requests = "^2.32.3"
12+
pydantic = "^2.10"
13+
python-dateutil = "^2.9"
14+
requests = "^2.32"
1615

1716

1817
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)