|
|
|
sabyenc3>=4.0.0
|
|
|
|
cheetah3>=3.0.0
|
|
|
|
cryptography
|
|
|
|
feedparser>=6.0.0
|
|
|
|
configobj
|
|
|
|
cheroot
|
|
|
|
cherrypy
|
|
|
|
portend
|
|
|
|
chardet
|
|
|
|
notify2
|
Use puremagic to deobfuscate file extensions (#1914)
* correct_extension: basics, including unittest
* correct_extension: basics, including unittest
* correct_extension: puremagic into requirements.txt
* correct_extension: introduce a main for testing from CLI
* correct_extension: parse all parameters on CLI as files
* correct_extension: parse all parameters on CLI as files
* correct_extension: CLI parameter "-p" for privacy output
* correct_extension: has_common_extension() and most_likely_extension()
* correct_extension: has_common_extension() and most_likely_extension()
* correct_extension: add extension if file has no commonly used extension
* correct_extension: Black happy ... hopefully
* correct_extension: Black happy ... hopefully
* correct_extension: process feedback, mainly the extenions lists ^H^H^H^ tuples
* correct_extension: process feedback, mainly the extenions lists ^H^H^H^ tuples
* correct_extension: process feedback, mainly the extenions lists ^H^H^H^ tuples
* correct_extension: process feedback, mainly the extenions lists ^H^H^H^ tuples
* correct_extension: cleaned up
* correct_extension: cleaned up ... github-black now happy?
* correct_extension: cleaned up ... github-black now happy?
* correct_extension: cleaned up ... github-black now happy?
* correct_extension: cleaned up ... github-black now happy?
* correct_extension: cleaned up ... github-black now happy?
* correct_extension: easier if-then-logic, check if new_extension_to_add is filled.
* correct_extension: if puremagic does recoging txt or nzb, check ourselves
* correct_extension: if puremagic does recoging txt or nzb, check ourselves
* correct_extension: only files!
* correct_extension: only files!
* correct_extension: rNN files not common extension, plus easier testing
* correct_extension: clean-up ... no more boolean extension_too
* correct_extension: requirements.txt, solved a TODO, and use get_ext()
* correct_extension: a comment added
* correct_extension: correct typing, correct txt and nzb extension
* correct_extension: extensions always with dots, bug fix in what_is_most_likely_extension()
* correct_extension: back on track?
* correct_extension: back on track?
* correct_extension: better comments
4 years ago
|
|
|
puremagic
|
|
|
|
guessit>=3.1.0
|
|
|
|
|
|
|
|
# Windows system integration
|
|
|
|
pywin32>=227; sys_platform == 'win32'
|
|
|
|
|
|
|
|
# macOS system calls
|
|
|
|
pyobjc; sys_platform == 'darwin'
|
|
|
|
|
|
|
|
# Optional support for *nix tray icon.
|
|
|
|
# Note that pygobject depends on pycairo, which requires pkg-config and cairo headers.
|
|
|
|
# See https://pycairo.readthedocs.io/en/latest/getting_started.html
|
|
|
|
# Uncomment line below or manually install after installing requirements.
|
|
|
|
# pygobject>=3.10.2; sys_platform != 'win32' and sys_platform != 'darwin'
|
|
|
|
|
|
|
|
# Optional support for system power management on *nix.
|
|
|
|
# Requires libdbus-1-dev to be installed.
|
|
|
|
# Uncomment line below or manually install after installing requirements.
|
|
|
|
# dbus-python; sys_platform != 'win32' and sys_platform != 'darwin'
|