remove timeout-decorator and add pyparsing
This commit is contained in:
parent
9f7e15d37b
commit
681c77d898
@ -1,4 +1,4 @@
|
|||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs.python311Packages; [ websockets watchdog pyperclip timeout-decorator ];
|
nativeBuildInputs = with pkgs.python311Packages; [ websockets watchdog pyperclip pyparsing ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user