Skip to content

Commit 67e0d43

Browse files
authored
Add 'lzstring' to PACKAGEPY in Makefile
1 parent 22ee951 commit 67e0d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PACKAGEBASH_TERMUX := curl python bc ncurses-utils file ossp-uuid uuid-utils les
88
PACKAGEBASH_DEBIAN := curl python3 bc ncurses-bin file ossp-uuid uuid-runtime less zsh boxes figlet ruby clang tree jq ripgrep coreutils xz-utils fzf silversearcher-ag grep brotli toilet binutils python3-pip bzip2 neofetch
99
PACKAGEBASH_UBUNTU := $(PACKAGEBASH_DEBIAN)
1010

11-
PACKAGEPY := dns-client requests bs4 rich pycryptodome rich-cli certifi npyscreen prompt_toolkit requests faker phonenumbers blessed geopy cloudscraper emoji
11+
PACKAGEPY := dns-client requests bs4 rich pycryptodome rich-cli certifi npyscreen prompt_toolkit requests lzstring faker phonenumbers blessed geopy cloudscraper emoji
1212

1313
TERMUX_PATH := /data/data/com.termux/files/usr/bin/bash
1414
PYTHON_VERSION := $(shell python -V | sed 's/[[:space:]]//g' | cut -c 1-10 | tr '[:upper:]' '[:lower:]')

0 commit comments

Comments
 (0)