Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

partially reverts 2f762025 which added lottie sticker support and updates dependency lock #20

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ pymongo = {extras = ["srv"], version = "*"} # Required by motor
python-dateutil = "~=2.8.1"
python-dotenv = "~=1.0.0"
uvloop = {version = "~=0.17.0", markers = "sys_platform != 'win32'"}
lottie = {version = "~=0.6.11", extras = ["pdf"]}
requests = "~=2.31.0"
attrs = "~=23.1.0"
cairocffi = "~=1.3.0"
cffi = "~=1.15.0"
pillow = "~=9.5.0"
strenum = "*"
"discord.py" = "==2.3.0"

Expand Down
238 changes: 39 additions & 199 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion core/migrations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import datetime
import re
from typing import Optional, List
from typing import List, Optional

from core import blocklist
from core.models import getLogger
Expand Down
Loading
Loading