Skip to content

Commit 993d1ef

Browse files
author
Raphael Melo Thiago
committed
chore: removed chardet dependency
1 parent 0c090d5 commit 993d1ef

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
certifi==2023.7.22
2-
chardet==3.0.4
32
idna==3.7
43
requests==2.26.0
54
urllib3==1.26.5

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def _isdir(f):
3737
'PyJWT',
3838
'urllib3',
3939
'idna',
40-
'chardet',
4140
'certifi',
4241
'lark'
4342
]
@@ -73,4 +72,4 @@ def _isdir(f):
7372
'Programming Language :: Python :: 3.7',
7473
'Programming Language :: Python :: 3.8'
7574
]
76-
)
75+
)

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.11.2
1+
2.11.3

0 commit comments

Comments
 (0)