-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
47 lines (44 loc) · 1.08 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
[tool.poetry]
name = "bnstats"
version = "0.1.0"
description = ""
authors = ["Rendy Arya Kemal <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
starlette = "^0.28.0"
uvicorn = "^0.22.0"
aiofiles = "^0.5.0"
itsdangerous = "^1.1.0"
Jinja2 = ">=3.0.0,<3.1.0"
httpx = "^0.24.1"
python-dateutil = "^2.8.1"
tortoise-orm = "^0.17.8"
aiosqlite = "^0.17.0"
asyncpg = "^0.24.0"
aerich = "^0.5.8"
webassets = "^2.0"
rcssmin = "^1.0.6"
rjsmin = "^1.1.0"
gunicorn = {version = "^20.0.4", platform = "linux"}
uvloop = {version = "^0.17.0", platform = "linux"}
pytest-httpx = "^0.22.0"
sentry-sdk = "^0.19.2"
rich = "^12.2.0"
aiocache = {extras = ["redis"], version = "^0.12.1"}
ujson = "^5.6.0"
schedule = "^1.2.0"
[tool.poetry.dev-dependencies]
pytest = ">=5.2"
black = "^22.3.0"
isort = "^5.6.4"
flake8 = "^3.8.4"
mypy = "^0.950"
asynctest = "^0.13.0"
pytest-asyncio = "^0.14.0"
beautifulsoup4 = "^4.9.3"
freezegun = "^1.0.0"
pytest-cov = "^2.10.1"
requests = "^2.26.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"