Skip to content

Commit

Permalink
[tools/shoestring]: target py 3.9+
Browse files Browse the repository at this point in the history
 - bump version to 0.0.6
 - update dependencies
 - target py 3.9+
  • Loading branch information
Jaguar0625 committed Aug 7, 2023
1 parent d2cb896 commit b736f95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions tools/shoestring/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'symbol-shoestring'
version = '0.0.5'
version = '0.0.6'
description = 'Symbol Shoestring Deployment Tool'
authors = ['Symbol Contributors <[email protected]>']
maintainers = ['Symbol Contributors <[email protected]>']
Expand All @@ -14,9 +14,9 @@ repository = 'https://github.com/symbol/product/tree/main/tools/shoestring'

keywords = ['symbol', 'shoestring', 'deployment', 'node']

classifiers = ['Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10']
classifiers = ['Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11']

include = ['shoestring/lang/*/LC_MESSAGES/messages.mo']

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
18 changes: 9 additions & 9 deletions tools/shoestring/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
aiohttp==3.8.5
Jinja2==3.1.2
prompt_toolkit==3.0.39
PyYAML==6.0.1
requests==2.31.0
symbol-lightapi==0.0.4
symbol-sdk-python==3.1.0
websockets==11.0.3
zenlog==1.1
aiohttp~=3.8.5
Jinja2~=3.1.2
prompt_toolkit~=3.0.39
PyYAML~=6.0.1
requests~=2.31.0
symbol-lightapi~=0.0.5
symbol-sdk-python~=3.1.0
websockets~=11.0.3
zenlog~=1.1

0 comments on commit b736f95

Please sign in to comment.