Skip to content

Commit

Permalink
Fix Errors Due to Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Sep 9, 2023
1 parent a459e78 commit 15a568f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
python -m pip install
twisted[tls]==22.4.0
libtorrent==${{ matrix.libtorrent }}
pyinstaller==4.10
pyinstaller
pygame
-r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ twisted[tls]>=17.1
rencode
pyopenssl
pyxdg
pillow
pillow==9.5.0
mako
setuptools
chardet==4.0.0
setproctitle
pywin32; sys_platform == 'win32'
certifi; sys_platform == 'win32'
windows-curses; sys_platform == 'win32'
zope.interface>=4.4.2
zope.interface==5.5.2
distro; 'linux' in sys_platform or 'bsd' in sys_platform
pygeoip
ifaddr==0.2.0

0 comments on commit 15a568f

Please sign in to comment.