mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
Merge branch 'master' of https://github.com/MelisaDev/melisa
This commit is contained in:
commit
9bfb71f6e9
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ setuptools.setup(
|
|||
python_requires=">=3.8,<3.11",
|
||||
zip_safe=False,
|
||||
install_requires=["aiohttp", "typing_extensions"],
|
||||
extras_require={"speedup": ["orjson==3.7.5"]},
|
||||
extras_require={"speedup": ["orjson==3.7.8"]},
|
||||
test_suite="tests",
|
||||
project_urls={
|
||||
"Documentation": "https://docs.melisapy.site/",
|
||||
|
|
|
@ -1 +1 @@
|
|||
orjson==3.7.5
|
||||
orjson==3.7.8
|
Loading…
Reference in a new issue