Skip to content

Commit

Permalink
fix on requirements, and script for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonPaschoalon committed Jan 28, 2023
1 parent c7b715c commit b37a333
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 52 deletions.
3 changes: 3 additions & 0 deletions requirements-gen.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
echo Generating requirements.txt
pipreqs --force --ignore "Env" .
pause
57 changes: 5 additions & 52 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b37a333

Please sign in to comment.