Skip to content

Commit

Permalink
Merge pull request #666
Browse files Browse the repository at this point in the history
* fix dependencies
  • Loading branch information
darodi authored Jan 12, 2024
1 parent bc7cd17 commit 33fed66
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ channels:
dependencies:
- python=3.11
- Pillow>=5.2.0
- psutil>=5.0.0
- psutil>=5.9.5
- python-slugify>=1.2.1
- raven>=6.0.0
- distro
- natsort[fast]>=8.4.0
- pip
- pip:
- mozjpeg-lossless-optimization>=1.1.2
- PyQt5>=5.6.0
- pyside6>=6.5.1
1 change: 0 additions & 1 deletion kindlecomicconverter/KCC_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# PERFORMANCE OF THIS SOFTWARE.
import os
import re
import subprocess
import sys
from urllib.parse import unquote
from time import sleep
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ python-slugify>=1.2.1
raven>=6.0.0
mozjpeg-lossless-optimization>=1.1.2
natsort[fast]>=8.4.0
distro
distro>=1.8.0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

import os
import sys
import shutil
import setuptools
import distutils.cmd
from kindlecomicconverter import __version__
Expand Down

0 comments on commit 33fed66

Please sign in to comment.