-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
37 lines (33 loc) · 960 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[tool.poetry]
authors = ["Raafat <rafatzahran90@gmail.com>", "Jon E Nesvold <jnesvold@pm.me>"]
description = "Mrsal is a simple to use message broker abstraction on top of RabbitMQ and Pika."
keywords = ["message broker", "RabbitMQ", "Pika", "Mrsal"]
license = ""
maintainers = ["Raafat <rafatzahran90@gmail.com>", "Jon E Nesvold <jnesvold@pm.me>"]
name = "mrsal"
readme = "README.md"
version = "1.3.0b"
[tool.poetry.dependencies]
colorlog = "^6.7.0"
pika = "^1.3.0"
python = "^3.10"
retry = "^0.9.2"
tenacity = "^9.0.0"
sphinx = "^8.0.2"
neolibrary = "^0"
aio-pika = "^9.4.3"
[tool.poetry.group.dev.dependencies]
coverage = "^7.2.7"
sphinx = "^8.0.2"
myst-parser = "^4.0.0"
nox = "^2024.4.15"
ruff = "^0.6.5"
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]
[[tool.poetry.source]]
name = "neomedsys"
url = "https://pypi.neomodels.app/simple"
priority = "supplemental"