Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranwong committed Oct 11, 2024
1 parent 2a7e9dc commit 5099701
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/
setup(
name=package,
version="0.0.6",
version="0.0.7",
python_requires=">=3.8, <3.13",
description=f"UniqueBible App is a cross-platform & offline bible application, integrated with high-quality resources and unique features. Developers: Eliran Wong and Oliver Tseng",
long_description=long_description,
Expand Down Expand Up @@ -554,7 +554,6 @@
license="GNU General Public License (GPL)",
install_requires=install_requires,
extras_require={
'linux': ["flaml[automl]", "piper-tts", "pyautogen[autobuild]==0.3.0"], # Dependencies for the linux module
'gui': ["PySide6"], # Dependencies for the gui module
},
entry_points={
Expand Down
1 change: 0 additions & 1 deletion uniquebible/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
PySide6
prompt_toolkit
gdown
babel
Expand Down

0 comments on commit 5099701

Please sign in to comment.