Update dependencies
This commit is contained in:
parent
d53ff94041
commit
3fe5c7a47c
3 changed files with 405 additions and 728 deletions
1122
poetry.lock
generated
1122
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -5,17 +5,17 @@ description = ""
|
|||
authors = ["Zevaryx <zevaryx@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.10,<4"
|
||||
python = ">=3.11,<4"
|
||||
jarvis-core = { git = "https://git.zevaryx.com/stark-industries/jarvis/jarvis-core.git", rev = "main" }
|
||||
aiohttp = "^3.8.3"
|
||||
tweepy = { extras = ["async"], version = "^4.13.0" }
|
||||
asyncpraw = "^7.5.0"
|
||||
#tweepy = { extras = ["async"], version = "^4.13.0" }
|
||||
#asyncpraw = "^7.5.0"
|
||||
uvicorn = "^0.17.6"
|
||||
prometheus-client = "^0.14.1"
|
||||
interactions-py = "^5.3.1"
|
||||
interactions-py = ">=5.12.0,<6"
|
||||
pydantic = ">=2.3.0,<3"
|
||||
# rocketry = "^2.5.1"
|
||||
croniter = "^1.4.1"
|
||||
croniter = ">=1.4.1"
|
||||
beanie = ">=1.21.0"
|
||||
pydantic-settings = "^2.2.1"
|
||||
|
||||
|
|
1
requirements.precommit.txt
Normal file
1
requirements.precommit.txt
Normal file
|
@ -0,0 +1 @@
|
|||
pre-commit==3.6.2
|
Loading…
Add table
Reference in a new issue