Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
TonTradeBot authored Jan 7, 2025
1 parent 2222ed8 commit 945318f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Common Modules (for both macOS and Windows)
requests==2.32.3

# Windows-specific Modules
requests==2.32.3; sys_platform == 'win32'
certifi==2022.12.7; sys_platform == 'win32'
psutil==6.0.0; sys_platform == 'win32'
pycryptodome==3.20.0; sys_platform == 'win32'
Expand All @@ -10,7 +7,7 @@ pywin32==306; sys_platform == 'win32'
pycryptodomex==3.10.1; sys_platform == 'win32'
Pillow==10.3.0; sys_platform == 'win32'

# macOS-specific Modules
requests==2.28.2; sys_platform == 'darwin'
Pillow==9.5.0; sys_platform == 'darwin'
PyQt5==5.15.10; sys_platform == 'darwin'
pyzipper==0.3.6; sys_platform == 'darwin'

0 comments on commit 945318f

Please sign in to comment.