merge into main #36

Merged
sangge merged 45 commits from fix-update into main 2024-10-24 23:35:44 +08:00
2 changed files with 3 additions and 6 deletions
Showing only changes of commit 04d44afac0 - Show all commits

View File

@ -7,10 +7,9 @@ services:
environment:
- server_address=http://server:8000
entrypoint:
- nohup
- python
- server.py
- &
node:
image: git.mamahaha.work/sangge/tpre:base
volumes:
@ -18,10 +17,9 @@ services:
environment:
- server_address=http://server:8000
entrypoint:
- nohup
- python
- node.py
- &
client:
image: git.mamahaha.work/sangge/tpre:base
volumes:
@ -29,7 +27,5 @@ services:
environment:
- server_address=http://server:8000
entrypoint:
- nohup
- python
- client.py
- &

View File

@ -2,3 +2,4 @@ gmssl-python>=2.2.2,<3.0.0
fastapi
uvicorn
requests
web3