Skip to content

Commit

Permalink
build(deps): bump efb-qq-slave from 2.0.1 to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyXiang committed Oct 17, 2023
1 parent 3156066 commit be949b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN set -ex \
py3-ruamel.yaml \
py3-setuptools \
py3-tempora \
py3-tornado \
py3-ujson \
py3-yaml \
sqlite \
Expand Down
6 changes: 3 additions & 3 deletions app/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ pip3 install -r $APPDIR/requirements.txt
# install forked version of efb-wechat-slave
pip3 install --no-deps -e git+https://github.com/RoyXiang/efb-wechat-slave.git@v2.0.7.post3#egg=efb-wechat-slave
# install latest version of efb-qq-slave
pip3 install --no-deps -e git+https://github.com/ehForwarderBot/efb-qq-slave.git@0df5ddc#egg=efb-qq-slave
pip3 install --no-deps -e git+https://github.com/ehForwarderBot/efb-qq-slave.git@b5e9217#egg=efb-qq-slave
pip3 uninstall -y cqhttp
sed -i '/^cqhttp/d' $VIRTUALENV/src/efb-qq-slave/efb_qq_slave.egg-info/requires.txt
echo "__version__ = '2.0.1'" > $VIRTUALENV/src/efb-qq-slave/efb_qq_slave/__version__.py
echo "__version__ = '2.0.2'" > $VIRTUALENV/src/efb-qq-slave/efb_qq_slave/__version__.py
# install latest version of efb-qq-plugin-go-cqhttp
pip3 install "aiocqhttp~=1.4.3" "quart~=0.17.0" "pilk~=0.0.2"
pip3 install --no-deps -e git+https://github.com/ehForwarderBot/efb-qq-plugin-go-cqhttp.git@39f628a#egg=efb-qq-plugin-go-cqhttp
pip3 install --no-deps -e git+https://github.com/ehForwarderBot/efb-qq-plugin-go-cqhttp.git@2f19735#egg=efb-qq-plugin-go-cqhttp
sed -i '/^Requires-Dist/d' $VIRTUALENV/lib/python3*/site-packages/efb_qq_plugin_go_cqhttp-*.dist-info/METADATA
# deactivate virtual environment
pip3 uninstall -y pip wheel
Expand Down

0 comments on commit be949b0

Please sign in to comment.