Skip to content

Commit b5edcaf

Browse files
committed
fix requires
1 parent 5cc1083 commit b5edcaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/vul-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
5757
- name: Run Vul test
5858
run: |
59-
curl --fail --retry-delay 10 --retry 30 --retry-connrefused http://127.0.0.1:8003/api/django/demo/get_open?name=Data
6059
cd ${{ github.workspace }}/DockerVulspace
60+
curl --fail --retry-delay 10 --retry 30 --retry-connrefused http://127.0.0.1:8003/api/django/demo/get_open?name=Data
61+
docker-compose logs djangoweb flaskweb
6162
docker-compose exec -T djangoweb python -V
6263
docker-compose exec -T djangoweb pip list
6364
docker-compose exec -T flaskweb python -V
6465
docker-compose exec -T flaskweb pip list
65-
docker-compose logs djangoweb flaskweb
6666
bash ${{ github.workspace }}/DongTai-agent-python/dongtai_agent_python/tests/vul-test.sh \
6767
django http://127.0.0.1:8003/api/django ${{ github.run_id }}
6868
bash ${{ github.workspace }}/DongTai-agent-python/dongtai_agent_python/tests/vul-test.sh \

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ install_requires =
2929
psutil >= 5.8.0
3030
requests >= 2.25.1
3131
pip >= 19.2.3
32-
shared-memory38 >= 0.1.2; python_version <= '3.7'
32+
shared-memory38 >= 0.1.2; python_version < '3.8'
3333
; regexploit >= 1.0.0

0 commit comments

Comments
 (0)