Skip to content

Commit 6a489aa

Browse files
committed
deps fixes
1 parent 81307df commit 6a489aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ run-agent:
147147
v := $(shell pip -V | grep virtualenvs)
148148

149149

150-
151150
.PHONY: build-agent-runner
152151
build-agent-runner:
153152
poetry lock
@@ -171,16 +170,17 @@ build-agent-runner:
171170
--collect-all twikit \
172171
--collect-all twitter_text \
173172
--collect-all twitter_text_parser \
173+
--collect-all tweepy \
174174
--hidden-import aea_ledger_ethereum \
175175
--hidden-import aea_ledger_cosmos \
176176
--hidden-import aea_ledger_ethereum_flashbots \
177177
--hidden-import grpc \
178178
--hidden-import openapi_core \
179179
--hidden-import py_ecc \
180180
--hidden-import pytz \
181+
--hidden-import tweepy \
181182
--onefile pyinstaller/memeooorr_bin.py \
182183
--name agent_runner_bin
183-
184184
./dist/agent_runner_bin 1>/dev/null
185185

186186

@@ -207,13 +207,15 @@ build-agent-runner-mac:
207207
--collect-all twikit \
208208
--collect-all twitter_text \
209209
--collect-all twitter_text_parser \
210+
--collect-all tweepy \
210211
--hidden-import aea_ledger_ethereum \
211212
--hidden-import aea_ledger_cosmos \
212213
--hidden-import aea_ledger_ethereum_flashbots \
213214
--hidden-import grpc \
214215
--hidden-import openapi_core \
215216
--hidden-import py_ecc \
216217
--hidden-import pytz \
218+
--hidden-import tweepy \
217219
--onefile pyinstaller/memeooorr_bin.py \
218220
--codesign-identity "${SIGN_ID}" \
219221
--name agent_runner_bin

0 commit comments

Comments
 (0)