blob: 6565b62109dbf35e6200c8b92b3c5dd0919260ad (
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 = "Elegant 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",
]
|