Update dependencies
This commit is contained in:
parent
619cb6ffaa
commit
e6e8cb33c2
2 changed files with 971 additions and 1218 deletions
2151
poetry.lock
generated
2151
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -6,38 +6,38 @@ authors = ["Zevaryx <zevaryx@gmail.com>"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.11,<4"
|
python = ">=3.11,<4"
|
||||||
opencv-python = "^4.5.5"
|
opencv-python = "^4.9.0.80"
|
||||||
Pillow = "^9.0.0"
|
Pillow = "^10.3.0"
|
||||||
psutil = "^5.9.0"
|
psutil = "^5.9.8"
|
||||||
ulid-py = "^1.1.0"
|
ulid-py = "^1.1.0"
|
||||||
jarvis-core = { git = "https://git.zevaryx.com/stark-industries/jarvis/jarvis-core.git", rev = "main" } # Mine
|
jarvis-core = { git = "https://git.zevaryx.com/stark-industries/jarvis/jarvis-core.git", rev = "main" } # Mine
|
||||||
aiohttp = ">=3.9.0b0"
|
aiohttp = ">=3.9.0b0"
|
||||||
pastypy = "^1.0.3.post1" # Mine
|
pastypy = "^1.0.3.post1" # Mine
|
||||||
dateparser = "^1.1.1"
|
dateparser = "^1.2.0"
|
||||||
aiofile = "^3.8.1"
|
aiofile = "^3.8.8"
|
||||||
rich = "^12.3.0"
|
rich = "^13.7.1"
|
||||||
jurigged = "^0.5.3" # Contributed
|
jurigged = "^0.5.7" # Contributed
|
||||||
ansitoimg = "^2022.1"
|
ansitoimg = "^2024.2"
|
||||||
nest-asyncio = "^1.5.5"
|
nest-asyncio = "^1.6.0"
|
||||||
thefuzz = { extras = [
|
thefuzz = { extras = [
|
||||||
"speedup",
|
"speedup",
|
||||||
], git = "https://github.com/zevaryx/thefuzz.git", rev = "master" } # Forked
|
], git = "https://github.com/zevaryx/thefuzz.git", rev = "master" } # Forked
|
||||||
beautifulsoup4 = "^4.11.1"
|
beautifulsoup4 = "^4.12.3"
|
||||||
calculator = { git = "https://git.zevaryx.com/zevaryx/calculator.git" } # Mine
|
calculator = { git = "https://git.zevaryx.com/zevaryx/calculator.git" } # Mine
|
||||||
redis = "^4.4.0"
|
redis = "^5.0.4"
|
||||||
interactions-py = ">=5.3,<6"
|
interactions-py = ">=5.12,<6"
|
||||||
statipy = { git = "https://github.com/zevaryx/statipy", rev = "main" }
|
statipy = { git = "https://github.com/zevaryx/statipy", rev = "main" }
|
||||||
beanie = "^1.17.0"
|
beanie = "^1.25.0"
|
||||||
pydantic = ">=2.3.0,<3"
|
pydantic = ">=2.7.1,<3"
|
||||||
orjson = "^3.8.8"
|
orjson = "^3.10.1"
|
||||||
croniter = "^1.4.1"
|
croniter = "^2.0.5"
|
||||||
erapi = { git = "https://git.zevaryx.com/zevaryx-technologies/erapi.git" }
|
erapi = { git = "https://git.zevaryx.com/zevaryx-technologies/erapi.git" }
|
||||||
pydantic-settings = "^2.2.1"
|
pydantic-settings = "^2.2.1"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pre-commit = "^3.6.2"
|
pre-commit = "^3.7.0"
|
||||||
pandas = "^1.5.3"
|
pandas = "^2.2.2"
|
||||||
black = "^23.1.0"
|
black = "^24.4.2"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue