summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-09-19 10:51:27 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-09-19 10:51:27 +0200
commitecd7565aff904fa857d10abb2dc3d0485a45fd03 (patch)
treeb2540c1a364192c8a8fa1e08545bde192eb5cee4 /requirements.txt
parent47ef2ca41d6f1f3981b4667105f9a1ce535beee6 (diff)
downloadqutebrowser-ecd7565aff904fa857d10abb2dc3d0485a45fd03.tar.gz
qutebrowser-ecd7565aff904fa857d10abb2dc3d0485a45fd03.zip
requirements: Work around limitations for macOS-specific deps
Also see #3526
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index fe6001ae4..e0ea72e0d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,8 +7,9 @@ importlib-resources==5.9.0 ; python_version=="3.7.*" or python_version=="3.8.*"
Jinja2==3.1.2
MarkupSafe==2.1.1
Pygments==2.13.0
-pyobjc-core==8.5 ; sys_platform=="darwin"
-pyobjc-framework-Cocoa==8.5 ; sys_platform=="darwin"
PyYAML==6.0
typing_extensions==4.3.0 ; python_version<"3.8"
zipp==3.8.1
+# Unpinned due to recompile_requirements.py limitations
+pyobjc-core ; sys_platform=="darwin"
+pyobjc-framework-Cocoa ; sys_platform=="darwin"