ujson is now optional

This commit is contained in:
Profitroll
2023-05-14 23:40:45 +02:00
parent 0f39f6158e
commit dc760a8b67
3 changed files with 11 additions and 3 deletions

View File

@@ -23,11 +23,12 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
]
dependencies = ["aiofiles~=23.1.0", "ujson==5.7.0"]
dependencies = ["aiofiles~=23.1.0"]
[project.optional-dependencies]
pycord = ["py-cord>=2.0.0"]
pyrogram = ["pyrogram>=2.0.0"]
speed = ["ujson==5.7.0"]
[project.urls]
Source = "https://git.end-play.xyz/profitroll/LibBotUniversal"