File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
production_python_smart_contract_python
production_python_smart_contract_typescript
starter_python_smart_contract_python
starter_python_smart_contract_typescript Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ readme = "README.md"
77
88[tool .poetry .dependencies ]
99python = " ^3.12"
10- algokit-utils = { git = " https://github.com/algorandfoundation/algokit-utils-py.git " , branch = " feat/puya-debugging " }
10+ algokit-utils = " ^2.3.0 "
1111python-dotenv = " ^1.0.0"
1212algorand-python = " ^2.0.0"
1313algorand-python-testing = " ^0.4.0"
@@ -21,7 +21,7 @@ pytest = "*"
2121pytest-cov = " *"
2222pip-audit = " *"
2323pre-commit = " *"
24- puyapy = { git = " https://github.com/algorandfoundation/puya.git " , branch = " main " }
24+ puyapy = " * "
2525
2626[build-system ]
2727requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ readme = "README.md"
77
88[tool .poetry .dependencies ]
99python = " ^3.12"
10- algokit-utils = { git = " https://github.com/algorandfoundation/algokit-utils-py.git " , branch = " feat/puya-debugging " }
10+ algokit-utils = " ^2.3.0 "
1111python-dotenv = " ^1.0.0"
1212algorand-python = " ^2.0.0"
1313algorand-python-testing = " ^0.4.0"
@@ -18,7 +18,7 @@ ruff = "^0.1.6"
1818mypy = " 1.11.0"
1919pip-audit = " *"
2020pre-commit = " *"
21- puyapy = { git = " https://github.com/algorandfoundation/puya.git " , branch = " main " }
21+ puyapy = " * "
2222
2323[build-system ]
2424requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ readme = "README.md"
77
88[tool .poetry .dependencies ]
99python = " ^3.12"
10- algokit-utils = { git = " https://github.com/algorandfoundation/algokit-utils-py.git " , branch = " feat/puya-debugging " }
10+ algokit-utils = " ^2.3.0 "
1111python-dotenv = " ^1.0.0"
1212algorand-python = " ^2.0.0"
1313algorand-python-testing = " ^0.4.0"
1414
1515[tool .poetry .group .dev .dependencies ]
1616algokit-client-generator = " ^1.1.3"
17- puyapy = { git = " https://github.com/algorandfoundation/puya.git " , branch = " main " }
17+ puyapy = " * "
1818
1919[build-system ]
2020requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ readme = "README.md"
77
88[tool .poetry .dependencies ]
99python = " ^3.12"
10- algokit-utils = { git = " https://github.com/algorandfoundation/algokit-utils-py.git " , branch = " feat/puya-debugging " }
10+ algokit-utils = " ^2.3.0 "
1111python-dotenv = " ^1.0.0"
1212algorand-python = " ^2.0.0"
1313algorand-python-testing = " ^0.4.0"
1414
1515[tool .poetry .group .dev .dependencies ]
16- puyapy = { git = " https://github.com/algorandfoundation/puya.git " , branch = " main " }
16+ puyapy = " * "
1717
1818[build-system ]
1919requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ readme = "README.md"
77
88[tool .poetry .dependencies ]
99python = " ^3.12"
10- algokit-utils = { git = " https://github.com/algorandfoundation/algokit-utils-py.git " , branch = " feat/puya-debugging " }
10+ algokit-utils = " ^2.3.0 "
1111python-dotenv = " ^1.0.0"
1212algorand-python = " ^2.0.0"
1313algorand-python-testing = " ^0.4.0"
@@ -21,7 +21,7 @@ pytest = "*"
2121pytest-cov = " *"
2222pip-audit = " *"
2323pre-commit = " *"
24- puyapy = { git = " https://github.com/algorandfoundation/puya.git " , branch = " main " }
24+ puyapy = " * "
2525
2626[build-system ]
2727requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ readme = "README.md"
77
88[tool .poetry .dependencies ]
99python = " ^3.12"
10- algokit-utils = { git = " https://github.com/algorandfoundation/algokit-utils-py.git " , branch = " feat/puya-debugging " }
10+ algokit-utils = " ^2.3.0 "
1111python-dotenv = " ^1.0.0"
1212algorand-python = " ^2.0.0"
1313algorand-python-testing = " ^0.4.0"
1414
1515[tool .poetry .group .dev .dependencies ]
1616algokit-client-generator = " ^1.1.3"
17- puyapy = { git = " https://github.com/algorandfoundation/puya.git " , branch = " main " }
17+ puyapy = " * "
1818
1919[build-system ]
2020requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ readme = "README.md"
77
88[tool.poetry.dependencies]
99python = "^3.12"
10- algokit-utils = { git = "https://github.com/algorandfoundation/algokit-utils-py.git", branch = "feat/puya-debugging" }
10+ algokit-utils = "^2.3.0"
1111python-dotenv = "^1.0.0"
1212algorand-python = "^2.0.0"
1313algorand-python-testing = "^0.4.0"
@@ -37,7 +37,7 @@ pip-audit = "*"
3737{% if use_pre_commit -%}
3838pre-commit = "*"
3939{% endif -%}
40- puyapy = { git = "https://github.com/algorandfoundation/puya.git", branch = "main" }
40+ puyapy = "*"
4141
4242[build-system]
4343requires = ["poetry-core"]
You can’t perform that action at this time.
0 commit comments