Skip to content

Commit 46e1cef

Browse files
committed
fix requires
1 parent 5cc1083 commit 46e1cef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/vul-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ 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
6161
docker-compose exec -T djangoweb python -V
6262
docker-compose exec -T djangoweb pip list
6363
docker-compose exec -T flaskweb python -V

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)