Skip to content

Commit 450caf1

Browse files
Add chardet package configuration
1 parent 2e3cb67 commit 450caf1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ classifiers = [
4545
"Topic :: Software Development :: Testing",
4646
]
4747
dependencies = [
48+
"chardet",
4849
"psutil",
4950
"Pygments",
5051
"PyPubSub",

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ robotframework
66
Pypubsub
77
psutil
88
packaging
9+
chardet
910
requests>=2.32.4

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
SOURCE_DIR = 'src'
2626
REQUIREMENTS = ['PyPubSub',
2727
'Pygments',
28+
'chardet',
2829
'psutil',
2930
'Pywin32; sys_platform=="win32"',
3031
'wxPython',

0 commit comments

Comments
 (0)