fix: fix version for nix build
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 35s
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 35s
This commit is contained in:
parent
2d66eaef89
commit
2d173ceb8d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ name = "streamer"
|
|||
version = "0.1.0"
|
||||
description = "Searching for tags in streams"
|
||||
readme = "README.md"
|
||||
requires-python = "3.12.11"
|
||||
requires-python = ">=3.12.11"
|
||||
dependencies = [
|
||||
"click>=8.2.1",
|
||||
"mistletoe>=1.4.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue