diff --git a/Pipfile b/Pipfile index 7f876b8..89e2308 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ celery = {version="*", extras=["redis"]} python-telegram-bot = "*" sentry-sdk = {version="*", extras=["fastapi"]} jinja2 = "*" -comicepub = "*" +comicepub = {git = "https://github.com/moeoverflow/comicepub.git", ref = "c6e5ed4"} [dev-packages] black = "*"