Skip to content

Commit

Permalink
Merge pull request #154 from dargmuesli/fix/deps/manimpango
Browse files Browse the repository at this point in the history
fix(deps): remove manimpango
  • Loading branch information
tom-james-watson authored Sep 26, 2024
2 parents 7e84c5a + fd2ad52 commit 0f0e711
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 43 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
manimpango = "==0.4.3"
setproctitle = "==1.3.2"
dbus-python = "==1.2.18"

Expand Down
62 changes: 22 additions & 40 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion emote/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import sys
import gi
import shutil
import manimpango
from setproctitle import setproctitle

gi.require_version("Gtk", "3.0")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"emote = emote.__init__:main",
]
},
install_requires=["manimpango==0.4.3", "setproctitle==1.3.2", "dbus-python==1.2.18"],
install_requires=["setproctitle==1.3.2", "dbus-python==1.2.18"],
)

0 comments on commit 0f0e711

Please sign in to comment.