From b37a33349b4bfbd5b7cc4b09f2aa4fdd4f8052c8 Mon Sep 17 00:00:00 2001 From: AndersonPaschoalon Date: Sat, 28 Jan 2023 12:53:55 -0300 Subject: [PATCH] fix on requirements, and script for requirements --- requirements-gen.bat | 3 +++ requirements.txt | 57 ++++---------------------------------------- 2 files changed, 8 insertions(+), 52 deletions(-) create mode 100644 requirements-gen.bat diff --git a/requirements-gen.bat b/requirements-gen.bat new file mode 100644 index 0000000..b81104f --- /dev/null +++ b/requirements-gen.bat @@ -0,0 +1,3 @@ +echo Generating requirements.txt +pipreqs --force --ignore "Env" . +pause \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 27f544c..17547ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,56 +1,9 @@ -altgraph==0.17.2 -aspose-words==21.11.0 -async-generator==1.10 -attrs==21.4.0 -beautifulsoup4==4.10.0 -certifi==2021.10.8 -cffi==1.15.0 -cryptography==36.0.1 -decorator==5.1.1 -emoji==1.6.3 -future==0.18.2 -h11==0.13.0 +emoji==2.1.0 htmldocx==0.0.6 -idna==3.3 -importlib-metadata==4.11.1 -lxml==4.8.0 +lxml==4.9.1 Markdown==3.3.6 -numpy==1.22.3 -opencv-python==4.5.5.64 -outcome==1.1.0 -pandas==1.4.1 -pandoc==2.1 -pdfkit==1.0.0 -pefile==2021.9.3 -Pillow==9.0.1 -plumbum==1.7.2 -ply==3.11 -pycparser==2.21 +numpy==1.20.3 +pydub==0.25.1 pygame==2.1.2 -pyinstaller==4.9 -pyinstaller-hooks-contrib==2022.2 -pyOpenSSL==22.0.0 -pypandoc==1.7.2 pyperclip==1.8.2 -PySimpleGUI==4.57.0 -python-dateutil==2.8.2 -python-docx==0.8.11 -pytz==2021.3 -PyVirtualDisplay==3.0 -pywin32==303 -pywin32-ctypes==0.2.0 -selenium==4.1.0 -six==1.16.0 -sniffio==1.2.0 -sortedcontainers==2.4.0 -soupsieve==2.3.1 -trio==0.20.0 -trio-websocket==0.9.2 -urllib3==1.26.8 -validators==0.18.2 -webbrowserdownloader==0.1 -wsproto==1.0.0 -wxPython==4.1.1 -zipp==3.7.0 - - +PySimpleGUI==4.60.4