jarvis-tasks/pyproject.toml
2022-02-19 02:45:59 -07:00

21 lines
529 B
TOML

[tool.poetry]
name = "jarvis-tasks"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
jarvis-core = {git = "https://git.zevaryx.com/stark-industries/jarvis/jarvis-core.git", rev = "main"}
dis-snek = "*"
aiohttp = "^3.8.1"
tweepy = "^4.5.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
python-lsp-server = {extras = ["all"], version = "^1.3.3"}
black = "^22.1.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"