Skip to content

Commit

Permalink
Update versions and docs (#18)
Browse files Browse the repository at this point in the history
1. Python 3.10 is available
2. Visual Studio download is now on 2022 version
3. New ebookmaker version 0.12.0
4. New ebookmaker no longer uses tidy
5. Add `Epub3Writer` to the hidden-import list in the pyinstaller command.
  • Loading branch information
windymilla authored Aug 20, 2022
1 parent ae1a081 commit 393ab4a
Show file tree
Hide file tree
Showing 5 changed files with 463 additions and 352 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ verify_ssl = true
[packages]
pywin32-ctypes = "*"
pyinstaller = "==4.7"
ebookmaker = "==0.11.30"
ebookmaker = "==0.12.0"

[requires]
python_version = "3.8"
python_version = ">=3.8"
Loading

0 comments on commit 393ab4a

Please sign in to comment.