Skip to content

Commit

Permalink
Merge pull request #82 from algorandfoundation/fix-python-deps
Browse files Browse the repository at this point in the history
fix: update python deps
  • Loading branch information
neilcampbell authored Nov 25, 2024
2 parents 20eba3c + cd46d83 commit f97be2c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
algokit-utils = { git = "https://github.com/algorandfoundation/algokit-utils-py.git", branch = "feat/puya-debugging" }
algokit-utils = "^2.3.0"
python-dotenv = "^1.0.0"
algorand-python = "^2.0.0"
algorand-python-testing = "^0.4.0"
Expand All @@ -21,7 +21,7 @@ pytest = "*"
pytest-cov = "*"
pip-audit = "*"
pre-commit = "*"
puyapy = { git = "https://github.com/algorandfoundation/puya.git", branch = "main" }
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
algokit-utils = { git = "https://github.com/algorandfoundation/algokit-utils-py.git", branch = "feat/puya-debugging" }
algokit-utils = "^2.3.0"
python-dotenv = "^1.0.0"
algorand-python = "^2.0.0"
algorand-python-testing = "^0.4.0"
Expand All @@ -18,7 +18,7 @@ ruff = "^0.1.6"
mypy = "1.11.0"
pip-audit = "*"
pre-commit = "*"
puyapy = { git = "https://github.com/algorandfoundation/puya.git", branch = "main" }
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
algokit-utils = { git = "https://github.com/algorandfoundation/algokit-utils-py.git", branch = "feat/puya-debugging" }
algokit-utils = "^2.3.0"
python-dotenv = "^1.0.0"
algorand-python = "^2.0.0"
algorand-python-testing = "^0.4.0"

[tool.poetry.group.dev.dependencies]
algokit-client-generator = "^1.1.3"
puyapy = { git = "https://github.com/algorandfoundation/puya.git", branch = "main" }
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
algokit-utils = { git = "https://github.com/algorandfoundation/algokit-utils-py.git", branch = "feat/puya-debugging" }
algokit-utils = "^2.3.0"
python-dotenv = "^1.0.0"
algorand-python = "^2.0.0"
algorand-python-testing = "^0.4.0"

[tool.poetry.group.dev.dependencies]
puyapy = { git = "https://github.com/algorandfoundation/puya.git", branch = "main" }
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down
4 changes: 2 additions & 2 deletions examples/production_python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
algokit-utils = { git = "https://github.com/algorandfoundation/algokit-utils-py.git", branch = "feat/puya-debugging" }
algokit-utils = "^2.3.0"
python-dotenv = "^1.0.0"
algorand-python = "^2.0.0"
algorand-python-testing = "^0.4.0"
Expand All @@ -21,7 +21,7 @@ pytest = "*"
pytest-cov = "*"
pip-audit = "*"
pre-commit = "*"
puyapy = { git = "https://github.com/algorandfoundation/puya.git", branch = "main" }
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down
4 changes: 2 additions & 2 deletions examples/starter_python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
algokit-utils = { git = "https://github.com/algorandfoundation/algokit-utils-py.git", branch = "feat/puya-debugging" }
algokit-utils = "^2.3.0"
python-dotenv = "^1.0.0"
algorand-python = "^2.0.0"
algorand-python-testing = "^0.4.0"

[tool.poetry.group.dev.dependencies]
algokit-client-generator = "^1.1.3"
puyapy = { git = "https://github.com/algorandfoundation/puya.git", branch = "main" }
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down
4 changes: 2 additions & 2 deletions template_content/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
algokit-utils = { git = "https://github.com/algorandfoundation/algokit-utils-py.git", branch = "feat/puya-debugging" }
algokit-utils = "^2.3.0"
python-dotenv = "^1.0.0"
algorand-python = "^2.0.0"
algorand-python-testing = "^0.4.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ pip-audit = "*"
{% if use_pre_commit -%}
pre-commit = "*"
{% endif -%}
puyapy = { git = "https://github.com/algorandfoundation/puya.git", branch = "main" }
puyapy = "*"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit f97be2c

Please sign in to comment.