Remove importlib_resources from requirements
This commit is contained in:
parent
0fd6fc19f2
commit
cc18a624b5
|
|
@ -9,6 +9,7 @@ twine
|
|||
|
||||
# Included to override setuptools' vendored version that is being included in
|
||||
# the lock file by pip freeze.
|
||||
importlib_resources
|
||||
platformdirs
|
||||
|
||||
# Already included via test requirements
|
||||
|
|
|
|||
|
|
@ -6,6 +6,3 @@ PyQt5-stubs
|
|||
types-PyYAML
|
||||
types-colorama
|
||||
types-Pygments
|
||||
|
||||
# So stubs are available even on newer Python versions
|
||||
importlib_resources
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ pefile
|
|||
|
||||
# fix qute-pylint location
|
||||
#@ replace: qute[_-]pylint.* ./scripts/dev/pylint_checkers
|
||||
#@ markers: typed-ast python_version<"3.8"
|
||||
|
||||
# Already included via test requirements
|
||||
#@ ignore: urllib3
|
||||
|
|
|
|||
|
|
@ -12,12 +12,7 @@ PyYAML
|
|||
#@ 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.*"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ tldextract
|
|||
# Include them here even though we don't need them to make sure we at least
|
||||
# get an up to date version.
|
||||
importlib_resources
|
||||
#@ markers: importlib_resources python_version=="3.8.*"
|
||||
jaraco.context
|
||||
platformdirs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue