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
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ readme = "README.md"
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " ^3.12"
10
- algokit-utils = { git = " https://github.com/algorandfoundation/algokit-utils-py.git " , branch = " feat/puya-debugging " }
10
+ algokit-utils = " ^2.3.0 "
11
11
python-dotenv = " ^1.0.0"
12
12
algorand-python = " ^2.0.0"
13
13
algorand-python-testing = " ^0.4.0"
@@ -21,7 +21,7 @@ pytest = "*"
21
21
pytest-cov = " *"
22
22
pip-audit = " *"
23
23
pre-commit = " *"
24
- puyapy = { git = " https://github.com/algorandfoundation/puya.git " , branch = " main " }
24
+ puyapy = " * "
25
25
26
26
[build-system ]
27
27
requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ readme = "README.md"
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " ^3.12"
10
- algokit-utils = { git = " https://github.com/algorandfoundation/algokit-utils-py.git " , branch = " feat/puya-debugging " }
10
+ algokit-utils = " ^2.3.0 "
11
11
python-dotenv = " ^1.0.0"
12
12
algorand-python = " ^2.0.0"
13
13
algorand-python-testing = " ^0.4.0"
@@ -18,7 +18,7 @@ ruff = "^0.1.6"
18
18
mypy = " 1.11.0"
19
19
pip-audit = " *"
20
20
pre-commit = " *"
21
- puyapy = { git = " https://github.com/algorandfoundation/puya.git " , branch = " main " }
21
+ puyapy = " * "
22
22
23
23
[build-system ]
24
24
requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ readme = "README.md"
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " ^3.12"
10
- algokit-utils = { git = " https://github.com/algorandfoundation/algokit-utils-py.git " , branch = " feat/puya-debugging " }
10
+ algokit-utils = " ^2.3.0 "
11
11
python-dotenv = " ^1.0.0"
12
12
algorand-python = " ^2.0.0"
13
13
algorand-python-testing = " ^0.4.0"
14
14
15
15
[tool .poetry .group .dev .dependencies ]
16
16
algokit-client-generator = " ^1.1.3"
17
- puyapy = { git = " https://github.com/algorandfoundation/puya.git " , branch = " main " }
17
+ puyapy = " * "
18
18
19
19
[build-system ]
20
20
requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ readme = "README.md"
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " ^3.12"
10
- algokit-utils = { git = " https://github.com/algorandfoundation/algokit-utils-py.git " , branch = " feat/puya-debugging " }
10
+ algokit-utils = " ^2.3.0 "
11
11
python-dotenv = " ^1.0.0"
12
12
algorand-python = " ^2.0.0"
13
13
algorand-python-testing = " ^0.4.0"
14
14
15
15
[tool .poetry .group .dev .dependencies ]
16
- puyapy = { git = " https://github.com/algorandfoundation/puya.git " , branch = " main " }
16
+ puyapy = " * "
17
17
18
18
[build-system ]
19
19
requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ readme = "README.md"
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " ^3.12"
10
- algokit-utils = { git = " https://github.com/algorandfoundation/algokit-utils-py.git " , branch = " feat/puya-debugging " }
10
+ algokit-utils = " ^2.3.0 "
11
11
python-dotenv = " ^1.0.0"
12
12
algorand-python = " ^2.0.0"
13
13
algorand-python-testing = " ^0.4.0"
@@ -21,7 +21,7 @@ pytest = "*"
21
21
pytest-cov = " *"
22
22
pip-audit = " *"
23
23
pre-commit = " *"
24
- puyapy = { git = " https://github.com/algorandfoundation/puya.git " , branch = " main " }
24
+ puyapy = " * "
25
25
26
26
[build-system ]
27
27
requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ readme = "README.md"
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " ^3.12"
10
- algokit-utils = { git = " https://github.com/algorandfoundation/algokit-utils-py.git " , branch = " feat/puya-debugging " }
10
+ algokit-utils = " ^2.3.0 "
11
11
python-dotenv = " ^1.0.0"
12
12
algorand-python = " ^2.0.0"
13
13
algorand-python-testing = " ^0.4.0"
14
14
15
15
[tool .poetry .group .dev .dependencies ]
16
16
algokit-client-generator = " ^1.1.3"
17
- puyapy = { git = " https://github.com/algorandfoundation/puya.git " , branch = " main " }
17
+ puyapy = " * "
18
18
19
19
[build-system ]
20
20
requires = [" poetry-core" ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ readme = "README.md"
7
7
8
8
[tool.poetry.dependencies]
9
9
python = "^3.12"
10
- algokit-utils = { git = "https://github.com/algorandfoundation/algokit-utils-py.git", branch = "feat/puya-debugging" }
10
+ algokit-utils = "^2.3.0"
11
11
python-dotenv = "^1.0.0"
12
12
algorand-python = "^2.0.0"
13
13
algorand-python-testing = "^0.4.0"
@@ -37,7 +37,7 @@ pip-audit = "*"
37
37
{% if use_pre_commit -%}
38
38
pre-commit = "*"
39
39
{% endif -%}
40
- puyapy = { git = "https://github.com/algorandfoundation/puya.git", branch = "main" }
40
+ puyapy = "*"
41
41
42
42
[build-system]
43
43
requires = ["poetry-core"]
You can’t perform that action at this time.
0 commit comments