From 8b5a28c39c3494e85f4cfa87a907bbc0b753c9a9 Mon Sep 17 00:00:00 2001 From: Yuxin Wu Date: Wed, 1 Jul 2020 00:21:36 -0700 Subject: [PATCH] update readme --- requirements.txt | 8 ++++++++ third-party/compile_silk.sh | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..6722e76 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +pyquery +javaobj-py3>=0.4.1 +pycryptodome +pillow>=7.0 +requests +pysqlcipher3>=1.0.3 +csscompressor + diff --git a/third-party/compile_silk.sh b/third-party/compile_silk.sh index 349057b..532000b 100755 --- a/third-party/compile_silk.sh +++ b/third-party/compile_silk.sh @@ -1,7 +1,4 @@ #!/bin/bash -e -# File: compile_silk.sh -# Date: Tue Jun 16 22:26:49 2015 +0800 -# Author: Yuxin Wu cd `dirname "$0"`/silk make