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"
44description = " Algorand smart contracts"
55authors = [" None <None>" ]
66readme = " README.md"
7+ package-mode = false
78
89[tool .poetry .dependencies ]
910python = " ^3.12"
1011algokit-utils = " ^4.0.0"
1112python-dotenv = " ^1.0.0"
1213algorand-python = " ^2.0.0"
13- algorand-python-testing = " ^0.4. 0"
14+ algorand-python-testing = " ~ 0"
1415
1516[tool .poetry .group .dev .dependencies ]
1617algokit-client-generator = " ^2.1.0"
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
44description = " Algorand smart contracts"
55authors = [" None <None>" ]
66readme = " README.md"
7+ package-mode = false
78
89[tool .poetry .dependencies ]
910python = " ^3.12"
1011algokit-utils = " ^4.0.0"
1112python-dotenv = " ^1.0.0"
1213algorand-python = " ^2.0.0"
13- algorand-python-testing = " ^0.4. 0"
14+ algorand-python-testing = " ~ 0"
1415
1516[tool .poetry .group .dev .dependencies ]
1617black = {extras = [" d" ], version = " *" }
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
44description = " Algorand smart contracts"
55authors = [" None <None>" ]
66readme = " README.md"
7+ package-mode = false
78
89[tool .poetry .dependencies ]
910python = " ^3.12"
1011algokit-utils = " ^4.0.0"
1112python-dotenv = " ^1.0.0"
1213algorand-python = " ^2.0.0"
13- algorand-python-testing = " ^0.4. 0"
14+ algorand-python-testing = " ~ 0"
1415
1516[tool .poetry .group .dev .dependencies ]
1617algokit-client-generator = " ^2.1.0"
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
44description = " Algorand smart contracts"
55authors = [" None <None>" ]
66readme = " README.md"
7+ package-mode = false
78
89[tool .poetry .dependencies ]
910python = " ^3.12"
1011algokit-utils = " ^4.0.0"
1112python-dotenv = " ^1.0.0"
1213algorand-python = " ^2.0.0"
13- algorand-python-testing = " ^0.4. 0"
14+ algorand-python-testing = " ~ 0"
1415
1516[tool .poetry .group .dev .dependencies ]
1617puyapy = " *"
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
44description = " Algorand smart contracts"
55authors = [" None <None>" ]
66readme = " README.md"
7+ package-mode = false
78
89[tool .poetry .dependencies ]
910python = " ^3.12"
1011algokit-utils = " ^4.0.0"
1112python-dotenv = " ^1.0.0"
1213algorand-python = " ^2.0.0"
13- algorand-python-testing = " ^0.4. 0"
14+ algorand-python-testing = " ~ 0"
1415
1516[tool .poetry .group .dev .dependencies ]
1617algokit-client-generator = " ^2.1.0"
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
44description = " Algorand smart contracts"
55authors = [" None <None>" ]
66readme = " README.md"
7+ package-mode = false
78
89[tool .poetry .dependencies ]
910python = " ^3.12"
1011algokit-utils = " ^4.0.0"
1112python-dotenv = " ^1.0.0"
1213algorand-python = " ^2.0.0"
13- algorand-python-testing = " ^0.4. 0"
14+ algorand-python-testing = " ~ 0"
1415
1516[tool .poetry .group .dev .dependencies ]
1617algokit-client-generator = " ^2.1.0"
Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ version = "0.1.0"
44description = "Algorand smart contracts"
55authors = ["{{ author_name }} <{{ author_email }}>"]
66readme = "README.md"
7+ package-mode = false
78
89[tool.poetry.dependencies]
910python = "^3.12"
1011algokit-utils = "^4.0.0"
1112python-dotenv = "^1.0.0"
1213algorand-python = "^2.0.0"
13- algorand-python-testing = "^0.4. 0"
14+ algorand-python-testing = "~ 0"
1415
1516[tool.poetry.group.dev.dependencies]
1617{% if deployment_language == 'python' -%}
You can’t perform that action at this time.
0 commit comments