Skip to content

Commit

Permalink
Add setuptools~=65.5.1 ad dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stavarengo committed Jul 6, 2023
1 parent 004c9ac commit a6ff64a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mob-tool"
version = "1.0.30"
version = "1.0.31"
authors = [
{ name = "rfst" },
]
Expand All @@ -31,9 +31,10 @@ dependencies = [
'colorama==0.4.6',
'requests==2.28.2',
'packaging==23.0',
'marshmallow~=3.19.0',
'marshmallow==3.19.0',
'flet==0.4.0',
'platformdirs==3.0.0',
'setuptools==65.5.1',
]

[project.scripts]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ colorama~=0.4.6
click~=8.1.3
requests~=2.28.2
packaging~=23.0
setuptools~=65.5.1

0 comments on commit a6ff64a

Please sign in to comment.