File tree Expand file tree Collapse file tree 7 files changed +14
-7
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
-7
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
4
4
description = " Algorand smart contracts"
5
5
authors = [" None <None>" ]
6
6
readme = " README.md"
7
+ package-mode = false
7
8
8
9
[tool .poetry .dependencies ]
9
10
python = " ^3.12"
10
11
algokit-utils = " ^4.0.0"
11
12
python-dotenv = " ^1.0.0"
12
13
algorand-python = " ^2.0.0"
13
- algorand-python-testing = " ^0.4. 0"
14
+ algorand-python-testing = " ~ 0"
14
15
15
16
[tool .poetry .group .dev .dependencies ]
16
17
algokit-client-generator = " ^2.1.0"
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
4
4
description = " Algorand smart contracts"
5
5
authors = [" None <None>" ]
6
6
readme = " README.md"
7
+ package-mode = false
7
8
8
9
[tool .poetry .dependencies ]
9
10
python = " ^3.12"
10
11
algokit-utils = " ^4.0.0"
11
12
python-dotenv = " ^1.0.0"
12
13
algorand-python = " ^2.0.0"
13
- algorand-python-testing = " ^0.4. 0"
14
+ algorand-python-testing = " ~ 0"
14
15
15
16
[tool .poetry .group .dev .dependencies ]
16
17
black = {extras = [" d" ], version = " *" }
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
4
4
description = " Algorand smart contracts"
5
5
authors = [" None <None>" ]
6
6
readme = " README.md"
7
+ package-mode = false
7
8
8
9
[tool .poetry .dependencies ]
9
10
python = " ^3.12"
10
11
algokit-utils = " ^4.0.0"
11
12
python-dotenv = " ^1.0.0"
12
13
algorand-python = " ^2.0.0"
13
- algorand-python-testing = " ^0.4. 0"
14
+ algorand-python-testing = " ~ 0"
14
15
15
16
[tool .poetry .group .dev .dependencies ]
16
17
algokit-client-generator = " ^2.1.0"
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
4
4
description = " Algorand smart contracts"
5
5
authors = [" None <None>" ]
6
6
readme = " README.md"
7
+ package-mode = false
7
8
8
9
[tool .poetry .dependencies ]
9
10
python = " ^3.12"
10
11
algokit-utils = " ^4.0.0"
11
12
python-dotenv = " ^1.0.0"
12
13
algorand-python = " ^2.0.0"
13
- algorand-python-testing = " ^0.4. 0"
14
+ algorand-python-testing = " ~ 0"
14
15
15
16
[tool .poetry .group .dev .dependencies ]
16
17
puyapy = " *"
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
4
4
description = " Algorand smart contracts"
5
5
authors = [" None <None>" ]
6
6
readme = " README.md"
7
+ package-mode = false
7
8
8
9
[tool .poetry .dependencies ]
9
10
python = " ^3.12"
10
11
algokit-utils = " ^4.0.0"
11
12
python-dotenv = " ^1.0.0"
12
13
algorand-python = " ^2.0.0"
13
- algorand-python-testing = " ^0.4. 0"
14
+ algorand-python-testing = " ~ 0"
14
15
15
16
[tool .poetry .group .dev .dependencies ]
16
17
algokit-client-generator = " ^2.1.0"
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
4
4
description = " Algorand smart contracts"
5
5
authors = [" None <None>" ]
6
6
readme = " README.md"
7
+ package-mode = false
7
8
8
9
[tool .poetry .dependencies ]
9
10
python = " ^3.12"
10
11
algokit-utils = " ^4.0.0"
11
12
python-dotenv = " ^1.0.0"
12
13
algorand-python = " ^2.0.0"
13
- algorand-python-testing = " ^0.4. 0"
14
+ algorand-python-testing = " ~ 0"
14
15
15
16
[tool .poetry .group .dev .dependencies ]
16
17
algokit-client-generator = " ^2.1.0"
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
4
4
description = "Algorand smart contracts"
5
5
authors = ["{{ author_name }} <{{ author_email }}>"]
6
6
readme = "README.md"
7
+ package-mode = false
7
8
8
9
[tool.poetry.dependencies]
9
10
python = "^3.12"
10
11
algokit-utils = "^4.0.0"
11
12
python-dotenv = "^1.0.0"
12
13
algorand-python = "^2.0.0"
13
- algorand-python-testing = "^0.4. 0"
14
+ algorand-python-testing = "~ 0"
14
15
15
16
[tool.poetry.group.dev.dependencies]
16
17
{% if deployment_language == 'python' -%}
You can’t perform that action at this time.
0 commit comments