-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
45 lines (38 loc) · 1014 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
38
39
40
41
42
43
44
45
[tool.black]
line-length = 100
[tool.isort]
profile = "black"
[tool.pytest.ini_options]
filterwarnings = ["ignore::marshmallow.warnings.RemovedInMarshmallow4Warning"]
[tool.poetry]
name = "inconnu"
version = "7.0.6"
description = "An advanced Discord dice bot and character manager for V5"
authors = ["tiltowait <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
flatdict = "^4.0.1"
motor = "^3.0.0"
numpy = "^1.23.3"
pymongo = {extras = ["srv"], version = "^4.2.0"}
python-dotenv = "^0.21.0"
umongo = "^3.1.0"
uvicorn = "^0.18.3"
validators = "^0.20.0"
google-cloud-logging = "^3.4.0"
jinja2 = "^3.1.2"
jinja-markdown = "^1.210911"
fastapi = "^0.100.0"
py-cord = "^2.4.1"
pyparsing = "^3.1.1"
[tool.poetry.dev-dependencies]
debugpy = "^1.6.3"
mypy = "^0.982"
pylint = "^2.15.3"
[tool.poetry.group.dev.dependencies]
pytest-asyncio = "^0.20.3"
httpx = "^0.23.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"