summaryrefslogtreecommitdiff
path: root/misc/requirements/requirements-qutebrowser.txt-raw
blob: bd33e26e4e2f952eb4e5d41e3fa6854f61599e1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Jinja2
PyYAML

## Only used on macOS to make borderless windows resizable
# Not needed anymore with Qt 6.3, but we can't express that
# here, and it won't hurt either.
## our recompile_requirements.py can't really deal with
## platform-specific dependencies unfortunately...
# pyobjc-core
# pyobjc-framework-Cocoa
#@ add: # Unpinned due to recompile_requirements.py limitations
#@ add: pyobjc-core ; sys_platform=="darwin"  
#@ add: pyobjc-framework-Cocoa ; sys_platform=="darwin"

## stdlib backports
importlib-resources

## Optional dependencies
Pygments  # For :view-source --pygments or on QtWebKit
colorama  # Colored log output on Windows
adblock  # Improved adblocking

#@ markers: importlib-resources python_version=="3.8.*"