blob: 7b0eb3ca2ef058b2fa0a30597c54300c7d7f3c08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[project]
name = "rivulet"
version = "0.1.0"
description = "Lightweight asynchronous data streams"
readme = "README.md"
license = "MIT"
authors = [
{name = "Yuval Adam", email = "_@yuv.al"},
]
requires-python = ">=3.8"
dependencies = []
[dependency-groups]
dev = [
"pytest>=8.3.5",
"pytest-asyncio>=0.24.0",
]
|