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