Skip to content

Commit

Permalink
FIX requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
feijoes committed Aug 2, 2024
1 parent 904da1e commit 61d7727
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eza_farming_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def inf(no_lost:bool):
time.sleep(1.5)
eza.OK()
time.sleep(1)
if not eza.Cancel(trys=2, raise_error=False):
if not eza.Cancel(trys=3, raise_error=False):
eza.handle_friend_request()
time.sleep(1)
eza.click_center_screen()
Expand Down
22 changes: 18 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
adbutils==1.2.12
numpy==1.25.1
opencv_python==4.8.0.74
Pillow==10.0.0
adbutils==2.7.2
apkutils2==1.0.0
certifi==2024.7.4
charset-normalizer==3.3.2
cigam==0.0.3
decorator==5.1.1
deprecation==2.1.0
idna==3.7
numpy==2.0.1
opencv-python==4.10.0.84
packaging==24.1
pillow==10.4.0
py==1.11.0
pyelftools==0.31
pytesseract==0.3.10
requests==2.32.3
retry==0.9.2
urllib3==2.2.2
xmltodict==0.13.0

0 comments on commit 61d7727

Please sign in to comment.