-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (32 loc) · 755 Bytes
/
pyproject.toml
File metadata and controls
35 lines (32 loc) · 755 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
30
31
32
33
34
35
[tool.poetry]
name = "bareasgi-cors"
version = "4.1.0"
description = "CORS support for bareasgi"
authors = ["Rob Blackbourn <rob.blackbourn@gmail.com>"]
license = "Apache-2.0"
readme = "README.md"
packages = [
{ include = "bareasgi_cors" },
]
repository = "https://github.com/rob-blackbourn/bareASGI-cors"
[tool.poetry.dependencies]
python = "^3.8"
bareasgi = "^4.0"
[tool.poetry.dev-dependencies]
pytest = "^5.0"
pytest-asyncio = "^0.10"
pytest-runner = "^5.1"
uvicorn = "^0.15"
hypercorn = "^0.11"
uvloop = "^0.15"
pylint = "^2.9"
mypy = "^0.910"
autopep8 = "^1.5"
rope = "^0.14.0"
mkdocs = "^1.2"
mkdocs-material = "^7.2"
jetblack-markdown = "^0.6"
mike = "^1.1.1"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"