-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (25 loc) · 668 Bytes
/
pyproject.toml
File metadata and controls
29 lines (25 loc) · 668 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
[tool.poetry]
name = "pybotters"
version = "0.8.0"
description = "An advanced api client for python botters."
license = "MIT"
authors = ["MtkN1 <51289448+MtkN1@users.noreply.github.com>"]
readme = "README.md"
homepage = "https://github.com/MtkN1/pybotters"
[tool.poetry.dependencies]
python = "^3.7"
aiohttp = "^3.7.4"
rich = "^10.1.0"
typing-extensions = "^3.10.0"
[tool.poetry.dev-dependencies]
pytest = "^6.2.3"
pytest-mock = "^3.5.1"
pytest-asyncio = "^0.14.0"
pytest-aiohttp = "^0.3.0"
black = "^21.6b0"
flake8 = "^3.9.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
skip-string-normalization = true