From 5ca12067e105fd96c4628017c82b539426ab1f3e Mon Sep 17 00:00:00 2001 From: aiyu-ayaan Date: Thu, 13 Jun 2024 21:00:19 +0530 Subject: [PATCH] - Export to docx is working !! --- .github/workflows/BuildArtifact.yml | 2 +- requirements.txt | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/BuildArtifact.yml b/.github/workflows/BuildArtifact.yml index 02ba6c8..bbafc35 100644 --- a/.github/workflows/BuildArtifact.yml +++ b/.github/workflows/BuildArtifact.yml @@ -16,7 +16,7 @@ jobs: - name: Build artifact run: | - pyinstaller gemini-cli.spec + pyinstaller ./gemini-cli.spec - name: Upload artifact uses: actions/upload-artifact@v2 diff --git a/requirements.txt b/requirements.txt index 5c12a07..fb1ab39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,9 +71,6 @@ pyinstaller-hooks-contrib==2024.7 pyparsing==3.1.2 python-dateutil==2.9.0.post0 pytz==2024.1 -pywin32==306 -pywin32-ctypes==0.2.2 -pyzmq==26.0.3 referencing==0.35.1 requests==2.32.3 rich==13.7.1