Skip to content

Commit

Permalink
chore: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Jan 28, 2025
1 parent 1e92cc6 commit 4af935c
Show file tree
Hide file tree
Showing 6 changed files with 1,123 additions and 3 deletions.
1,118 changes: 1,116 additions & 2 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ authors = ["HinsonSIDAN <[email protected]>"]
license = "Apache-2.0"

[tool.poetry.dependencies]
python = ">3.11"
python = ">3.11,<4.0.0"
requests = "^2.25"
cbor2 = "^5.6.5"
pycardano = "^0.12.3"

[tool.poetry.dev-dependencies]
pytest = "^8.2.0"
Expand Down
1 change: 1 addition & 0 deletions tests/signing/test_sign.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# flake8: noqa: E501
import unittest

from sidan_gin import HDWallet
Expand Down
1 change: 1 addition & 0 deletions tests/types/test_asset.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# flake8: noqa: E501
import unittest

from sidan_gin import Asset, Assets # Replace with the actual import path
Expand Down
1 change: 1 addition & 0 deletions tests/types/test_network.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# flake8: noqa: E501
import unittest

from sidan_gin import Network # Adjust the import path to match your project structure
Expand Down
1 change: 1 addition & 0 deletions tests/types/test_value.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# flake8: noqa: E501
import unittest

from sidan_gin import Asset, Value # Adjust import path based on your project structure
Expand Down

0 comments on commit 4af935c

Please sign in to comment.