diff options
| author | 韩丁康 <[email protected]> | 2023-12-18 20:20:24 +0800 |
|---|---|---|
| committer | 韩丁康 <[email protected]> | 2023-12-18 20:20:24 +0800 |
| commit | 4ef372829b3646190284f49d17909f00e98c2ec2 (patch) | |
| tree | e976a72a1436ff580ab556459690df451691b983 | |
| parent | ee7992841b9b14d02336b16b15a69f5748955cd7 (diff) | |
添加requirements.txt
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | plugin/v64dns/analyze/pb/requirements.txt | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -12,3 +12,4 @@ plugin/v64dns/analyze/pb/__pycache__/ *.csv *.txt plugin/v64dns/analyze/pb/.idea/ +!plugin/v64dns/analyze/pb/requirements.txt diff --git a/plugin/v64dns/analyze/pb/requirements.txt b/plugin/v64dns/analyze/pb/requirements.txt new file mode 100644 index 0000000..cc5e89f --- /dev/null +++ b/plugin/v64dns/analyze/pb/requirements.txt @@ -0,0 +1,5 @@ +grpcio==1.59.0 +neomodel==5.0.1 +protobuf==4.24.4 +pytz==2023.3.post1 +grpcio-tools==1.59.0 |
