-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
45 lines (42 loc) · 1.05 KB
/
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
38
39
40
41
42
43
44
45
[tool.poetry]
name = "notifications-worker-service"
version = "0.1.0"
description = ""
authors = ["kenki <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.10"
pydantic = {extras = ["dotenv"], version = "^1.10.2"}
asynch = "^0.2.2"
motor = "^3.1.1"
aio-pika = "^8.2.5"
orjson = "^3.8.2"
aiosendgrid = {extras = ["helpers"], version = "^0.1.0"}
Jinja2 = "^3.1.2"
aiofiles = "^22.1.0"
aiopg = "^1.4.0"
[tool.poetry.dev-dependencies]
flake8-bugbear = "^22.6.22"
flake8-commas = "^2.1.0"
flake8-comprehensions = "^3.10.0"
flake8-eradicate = "^1.3.0"
flake8-pie = "^0.16.0"
flake8-print = "^5.0.0"
flake8-quotes = "^3.3.1"
flake8-simplify = "^0.19.2"
flake8-variables-names = "^0.0.5"
pre-commit = "^2.19.0"
dlint = "^0.13.0"
black = "^22.6.0"
isort = "^5.10.1"
yesqa = "^1.4.0"
flake8 = "^5.0.4"
mypy = "^0.982"
autopep8 = "1.7.0"
motor-stubs = "^1.7.1"
types-aiofiles = "^22.1.0"
types-psycopg2 = "^2.9.21"
types-pyOpenSSL = "^22.1.0"
types-requests = "^2.28.11"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"