Commit e00a5e71 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add missing dependency

This one slipped through the cracks because it's a dependency of trio,
which is a test dependency.
parent dadbe31f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ requires-python = ">=3.10,<4"

dependencies = [
	"anyio",
	"async-generator ~=1.2",
	"kilter.protocol ~=0.1.3",
]
classifiers = [