Skip to content

Commit

Permalink
Changed ogmios version
Browse files Browse the repository at this point in the history
  • Loading branch information
theeldermillenial committed Sep 18, 2024
1 parent 3dba36b commit 32a11cc
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ frozendict = "^2.3.8"
frozenlist = "^1.3.3"
cachetools = "^5.3.0"
docker = "^7.1.0"
ogmios = {git = "https://gitlab.com/viperscience/ogmios-python.git"}
ogmios = "1.1.1"
requests = "^2.32.3"
websockets = "^13.0"

Expand Down Expand Up @@ -65,11 +65,7 @@ build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
addopts = "--doctest-modules --ignore=examples --ignore=integration-test --ignore=test/resources/haskell"
minversion = "6.0"
markers = [
"post_alonzo",
"single",
"CardanoCLI",
]
markers = ["post_alonzo", "single", "CardanoCLI"]


[tool.isort]
Expand All @@ -79,6 +75,4 @@ profile = "black"
ignore_missing_imports = true
disable_error_code = ["str-bytes-safe"]
python_version = 3.8
exclude = [
'^pycardano/crypto/bech32.py$',
]
exclude = ['^pycardano/crypto/bech32.py$']

0 comments on commit 32a11cc

Please sign in to comment.