-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (34 loc) · 853 Bytes
/
pyproject.toml
File metadata and controls
38 lines (34 loc) · 853 Bytes
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
38
[tool.poetry]
name = "system-notifcation"
version = "0.1.0"
description = ""
authors = ["Erick Duarte <erickod@gmail.com>"]
readme = "README.md"
packages = [{include = "system_notification"}]
[tool.poetry.dependencies]
python = "^3.8"
fastapi = "^0.95.0"
dynaconf = "^3.1.12"
httpx = "^0.23.3"
uvicorn = "^0.21.1"
slack-sdk = "^3.20.2"
aiohttp = "^3.8.4"
aiokafka = "^0.8.0"
pika = "^1.3.1"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
mangum = "^0.17.0"
flask = {extras = ["async"], version = "^2.2.3"}
[tool.poetry.group.dev.dependencies]
mypy = "^1.1.1"
black = "^23.1.0"
pytest = "^7.2.2"
pytest-asyncio = "^0.21.0"
pytest-cov = "^4.0.0"
coverage = "^7.2.2"
commitizen = "^2.42.1"
pre-commit = "^3.2.1"
pytest-watch = "^4.2.0"
mutpy = "^0.6.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"