Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon0824 committed Jan 14, 2022
1 parent a7bc937 commit bdc69db
Show file tree
Hide file tree
Showing 8 changed files with 746 additions and 728 deletions.
880 changes: 479 additions & 401 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "excelmerger",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"dev": "svelte-kit dev --host",
"build": "svelte-kit build",
Expand Down
2 changes: 1 addition & 1 deletion src-python/.python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.6
3.10.0
180 changes: 33 additions & 147 deletions src-python/poetry.lock

Large diffs are not rendered by default.

35 changes: 29 additions & 6 deletions src-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,38 @@ description = ""
authors = ["Your Name <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.9"
wxPython = "^4.1.1"
pywin32 = "^301"
python = ">=3.9,<3.11"
pywin32 = "^303"
xlwings = "^0.24.9"
pyinstaller = "^4.5.1"
pyinstaller = "^4.8"
Nuitka = "^0.6.16"

[tool.poetry.dev-dependencies]


[tool.pdm]
includes = []
[tool.pdm.dev-dependencies]
dev = []
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
requires = ["pdm-pep517"]
build-backend = "pdm.pep517.api"


[project]
# PEP 621 project metadata
# See https://www.python.org/dev/peps/pep-0621/
authors = [
{name = "Your Name", email = "[email protected]"},
]
requires-python = ">=3.9,<3.11"
dependencies = [
"pywin32<304,>=302",
"xlwings<1.0.0,>=0.24.9",
"pyinstaller<5.0.0,>=4.5.1",
"Nuitka<1.0.0,>=0.6.16"]
name = "excel-combinator"
version = "0.1.0"
description = ""

[project.urls]
Loading

0 comments on commit bdc69db

Please sign in to comment.