Skip to content

Commit

Permalink
[CI] Remove chardet version constraint
Browse files Browse the repository at this point in the history
The version was pinned due to issues with Python 3.10.5 in CI but with
latest versions of Python 3.10 this no longer seems to be an issue.
  • Loading branch information
cas-- committed Sep 18, 2023
1 parent a459e78 commit 015b066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ pyxdg
pillow
mako
setuptools
chardet==4.0.0
chardet
setproctitle
pywin32; sys_platform == 'win32'
certifi; sys_platform == 'win32'
windows-curses; sys_platform == 'win32'
zope.interface>=4.4.2
distro; 'linux' in sys_platform or 'bsd' in sys_platform
pygeoip
ifaddr==0.2.0
ifaddr>=0.2.0

0 comments on commit 015b066

Please sign in to comment.