forked from sabnzbd/sabnzbd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6674ee
commit 5909b41
Showing
2 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# Basic build requirements | ||
# Note that not all sub-dependencies are listed, but only ones we know could cause trouble | ||
pyinstaller==5.3 | ||
pyinstaller-hooks-contrib==2022.9 | ||
altgraph==0.17.2 | ||
wrapt==1.14.1 | ||
setuptools==65.3.0 | ||
pkginfo==1.8.3 | ||
PyGithub==1.55 | ||
pyinstaller==5.13.2 | ||
pyinstaller-hooks-contrib==2022.15 | ||
altgraph==0.17.4 | ||
wrapt==1.16.0 | ||
setuptools==65.7.0 | ||
pkginfo==1.11.1 | ||
PyGithub==1.59.1 | ||
charset-normalizer==2.1.1 | ||
certifi | ||
|
||
# orjson does not support 32bit Windows, exclude it based on Python-version | ||
# This way we also test ujson on Python 3.7 and 3.8 in the CI-tests | ||
orjson==3.8.0; python_version > '3.8' | ||
orjson==3.10.5; python_version > '3.8' | ||
|
||
# For the macOS build | ||
dmgbuild==1.5.2; sys_platform == 'darwin' | ||
mac-alias==2.2.0; sys_platform == 'darwin' | ||
macholib==1.16; sys_platform == 'darwin' | ||
ds-store==1.3.0; sys_platform == 'darwin' | ||
dmgbuild==1.6.1; sys_platform == 'darwin' | ||
mac-alias==2.2.2; sys_platform == 'darwin' | ||
macholib==1.16.3; sys_platform == 'darwin' | ||
ds-store==1.3.1; sys_platform == 'darwin' | ||
PyNaCl==1.5.0; sys_platform == 'darwin' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters