Skip to content

Commit

Permalink
Delete unnecessary dependent packages
Browse files Browse the repository at this point in the history
  • Loading branch information
liyansong2018 committed Jan 18, 2023
1 parent 2b411af commit d0db217
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Empty file modified run.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions setup.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pip install pyqt5 pyqt5-tools keystone-engine capstone -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install PyCryptodome -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install pyqt5 keystone-engine capstone -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install PyCryptodome -i https://pypi.tuna.tsinghua.edu.cn/simple/
4 changes: 2 additions & 2 deletions setup.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pip install pyqt5 pyqt5-tools keystone-engine capstone -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install PyCryptodome -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install pyqt5 keystone-engine capstone -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install PyCryptodome -i https://pypi.tuna.tsinghua.edu.cn/simple/

0 comments on commit d0db217

Please sign in to comment.