Skip to content

Commit bdc69db

Browse files
committed
Update packages
1 parent a7bc937 commit bdc69db

File tree

8 files changed

+746
-728
lines changed

8 files changed

+746
-728
lines changed

package-lock.json

Lines changed: 479 additions & 401 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "excelmerger",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"scripts": {
55
"dev": "svelte-kit dev --host",
66
"build": "svelte-kit build",

src-python/.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.6
1+
3.10.0

src-python/poetry.lock

Lines changed: 33 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-python/pyproject.toml

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,38 @@ description = ""
55
authors = ["Your Name <[email protected]>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.9"
9-
wxPython = "^4.1.1"
10-
pywin32 = "^301"
8+
python = ">=3.9,<3.11"
9+
pywin32 = "^303"
1110
xlwings = "^0.24.9"
12-
pyinstaller = "^4.5.1"
11+
pyinstaller = "^4.8"
1312
Nuitka = "^0.6.16"
1413

1514
[tool.poetry.dev-dependencies]
1615

16+
17+
[tool.pdm]
18+
includes = []
19+
[tool.pdm.dev-dependencies]
20+
dev = []
1721
[build-system]
18-
requires = ["poetry-core>=1.0.0"]
19-
build-backend = "poetry.core.masonry.api"
22+
requires = ["pdm-pep517"]
23+
build-backend = "pdm.pep517.api"
24+
25+
26+
[project]
27+
# PEP 621 project metadata
28+
# See https://www.python.org/dev/peps/pep-0621/
29+
authors = [
30+
{name = "Your Name", email = "[email protected]"},
31+
]
32+
requires-python = ">=3.9,<3.11"
33+
dependencies = [
34+
"pywin32<304,>=302",
35+
"xlwings<1.0.0,>=0.24.9",
36+
"pyinstaller<5.0.0,>=4.5.1",
37+
"Nuitka<1.0.0,>=0.6.16"]
38+
name = "excel-combinator"
39+
version = "0.1.0"
40+
description = ""
41+
42+
[project.urls]

0 commit comments

Comments
 (0)