Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Fix lack of info.json when installing graphic packs #505

Merged
merged 5 commits into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dependencies
Add xxhash back - it's still necessary for places I didn't notice before
Update the oead dependency to ensure lifetime issue is always fixed
Remove duplicate Linux dependency
Alphabetize dependencies
  • Loading branch information
GingerAvalanche committed Feb 8, 2023
commit 7a3c230d12f42a3f02b933e1fd9929e64395aacc
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ author_email = "[email protected]"
license = { file = "docs/LICENSE.md" }
dependencies = [
"botw-utils~=0.2.3",
"oead~=1.2.4",
"cefpython3~=66.1; platform_system == 'Windows'",
"oead~=1.2.6",
"packaging~=21.3",
"pythonnet~=3.0.1",
"PyQt5; platform_system == 'Linux'",
"pyqtwebengine; platform_system == 'Linux'",
"QtPy; platform_system == 'Linux'",
"pyqtwebengine~=5.15.2; platform_system == 'Linux'",
"cefpython3~=66.1; platform_system == 'Windows'",
"pywebview==3.7.2",
"QtPy; platform_system == 'Linux'",
"requests~=2.27.1",
"rstb>=1.2.2",
"xxhash==3.2.0",
]
requires-python = ">=3.7"
classifiers = [
Expand Down
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
botw-utils~=0.2.3
oead~=1.2.0
cefpython3~=66.1; platform_system == 'Windows'
oead~=1.2.6
packaging~=21.3
pythonnet~=3.0.1
PyQt5; platform_system == 'Linux'
pyqtwebengine; platform_system == 'Linux'
QtPy; platform_system == 'Linux'
cefpython3~=66.1; platform_system == 'Windows'
pywebview==3.7.2
QtPy; platform_system == 'Linux'
requests~=2.26.0
rstb>=1.2.2
xxhash==3.2.0