Skip to content

Commit

Permalink
1.8.0: fix stable Flatpak build
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Aug 4, 2024
1 parent e1dda9e commit a0fc36c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions requirements-frozen.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Requirements for the stable Linux, macOS and Windows releases
# XXX:
# Below is just a crutch since the Flatpak pip helper has problems with detecting extra dependencies.
# These are the dependencies of SkyTemple Files spritecollab extra:
gql[aiohttp] >= 3.5.0
graphql-core >= 3.2.0
aiohttp[speedups]
lru-dict >= 1.1.8
# Actual dependencies of SkyTemple itself:
skytemple-rust==1.8.2
skytemple-files[spritecollab]==1.8.1
skytemple-ssb-debugger==1.8.0
Expand All @@ -21,10 +29,4 @@ sentry-sdk==2.10.0
cairocffi>=1.6.1
packaging
wheel
importlib_metadata>=4.6; python_version < "3.10"
# Below is just a crutch since the Flatpak pip helper has problems with detecting extra dependencies.
# These are the dependencies of SkyTemple Files spritecollab extra:
gql[aiohttp] >= 3.5.0
graphql-core >= 3.2.0
aiohttp[speedups]
lru-dict >= 1.1.8
importlib_metadata>=4.6; python_version < "3.10"

0 comments on commit a0fc36c

Please sign in to comment.