-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
55 lines (50 loc) · 1.16 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
46
47
48
49
50
51
52
53
54
55
[tool.poetry]
name = "rcs_pyservice"
version = "0.1.0"
description = ""
authors = ["Mio <[email protected]>"]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
python = ">=3.8.0 <4.0"
fastapi = "^0.70.0"
tenacity = "^8.0.1"
aio-pika = "^6.8.0"
uvloop = "^0.16.0"
python-dateutil = "^2.8.2"
pytz = "^2021.3"
tzlocal = "^4.1"
schema = "^0.7.4"
redis = "^4.4.4"
aioredis = "^2.0.0"
loguru = "^0.5.3"
snowland-smx = "^0.3.1"
uvicorn = {extras = ["standard"], version = "^0.15.0"}
python-multipart = "^0.0.5"
httpx = "^0.21.1"
python-consul2 = "^0.1.5"
dnspython = "^2.1.0"
odmantic = "^0.3.5"
seoservice2020-aiocache = "^1.0.0"
[tool.poetry.dev-dependencies]
#mypy = "^0.770"
#black = "^19.10b0"
#isort = "^4.3.21"
#autoflake = "^1.3.1"
#flake8 = "^3.7.9"
#pytest = "^5.4.1"
#sqlalchemy-stubs = "^0.3"
#pytest-cov = "^2.8.1"
#[tool.isort]
#multi_line_output = 3
#include_trailing_comma = true
#force_grid_wrap = 0
#line_length = 88
#[build-system]
#requires = ["poetry>=0.12"]
#build-backend = "poetry.masonry.api"
[[tool.poetry.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"
default = true