Skip to content

Commit 015b066

Browse files
committed
[CI] Remove chardet version constraint
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.
1 parent a459e78 commit 015b066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ pyxdg
66
pillow
77
mako
88
setuptools
9-
chardet==4.0.0
9+
chardet
1010
setproctitle
1111
pywin32; sys_platform == 'win32'
1212
certifi; sys_platform == 'win32'
1313
windows-curses; sys_platform == 'win32'
1414
zope.interface>=4.4.2
1515
distro; 'linux' in sys_platform or 'bsd' in sys_platform
1616
pygeoip
17-
ifaddr==0.2.0
17+
ifaddr>=0.2.0

0 commit comments

Comments
 (0)