1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

Merge pull request #666

* fix dependencies
This commit is contained in:
darodi
2024-01-12 23:22:09 +00:00
committed by GitHub
parent bc7cd17916
commit 33fed662fe
4 changed files with 3 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ channels:
dependencies: dependencies:
- python=3.11 - python=3.11
- Pillow>=5.2.0 - Pillow>=5.2.0
- psutil>=5.0.0 - psutil>=5.9.5
- python-slugify>=1.2.1 - python-slugify>=1.2.1
- raven>=6.0.0 - raven>=6.0.0
- distro - distro
@@ -13,4 +13,4 @@ dependencies:
- pip - pip
- pip: - pip:
- mozjpeg-lossless-optimization>=1.1.2 - mozjpeg-lossless-optimization>=1.1.2
- PyQt5>=5.6.0 - pyside6>=6.5.1

View File

@@ -18,7 +18,6 @@
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
import os import os
import re import re
import subprocess
import sys import sys
from urllib.parse import unquote from urllib.parse import unquote
from time import sleep from time import sleep

View File

@@ -6,4 +6,4 @@ python-slugify>=1.2.1
raven>=6.0.0 raven>=6.0.0
mozjpeg-lossless-optimization>=1.1.2 mozjpeg-lossless-optimization>=1.1.2
natsort[fast]>=8.4.0 natsort[fast]>=8.4.0
distro distro>=1.8.0

View File

@@ -12,7 +12,6 @@ Create EXE/APP:
import os import os
import sys import sys
import shutil
import setuptools import setuptools
import distutils.cmd import distutils.cmd
from kindlecomicconverter import __version__ from kindlecomicconverter import __version__