jarvis-tasks/pyproject.toml
2023-08-27 14:13:20 -06:00

26 lines
699 B
TOML

[tool.poetry]
name = "jarvis-tasks"
version = "0.11.0"
description = ""
authors = ["Zevaryx <zevaryx@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.10,<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"
uvicorn = "^0.17.6"
prometheus-client = "^0.14.1"
interactions-py = "^5.3.1"
pydantic = ">=2.3.0,<3"
rocketry = "^2.5.1"
croniter = "^1.4.1"
[tool.poetry.dev-dependencies]
pytest = "^7.1"
black = { version = "^22.3.0", allow-prereleases = true }
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"