-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (29 loc) · 967 Bytes
/
pyproject.toml
File metadata and controls
33 lines (29 loc) · 967 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
[project]
name = "eric-sse"
description = "A lightweight message dispatcher based on SSE protocol data transfer objects format"
requires-python = ">=3.10"
version = "2.1.1.2"
authors = [
]
keywords = ["server sent events", "sse", "queue", "concurrency"]
license = "MIT"
readme = "README.md"
[project.urls]
Homepage = "https://laxertu.github.io/eric"
Documentation = "https://laxertu.github.io/eric/docs.html"
Repository = "https://github.com/laxertu/eric"
Issues = "https://github.com/laxertu/eric/issues"
Changelog = "https://laxertu.github.io/eric/changelog.html"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.test]
[tool.poetry.group.test.dependencies]
pytest = "^8.3.2"
pytest-cov = "^5.0.0"
[tool.poetry.group.doctools]
[tool.poetry.group.doctools.dependencies]
sphinx = "^8.1.1"
sphinx-markdown-builder = "^0.6.7"
sphinx-book-theme = "^1.1.3"