We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c090d5 commit 993d1efCopy full SHA for 993d1ef
requirements.txt
@@ -1,5 +1,4 @@
1
certifi==2023.7.22
2
-chardet==3.0.4
3
idna==3.7
4
requests==2.26.0
5
urllib3==1.26.5
setup.py
@@ -37,7 +37,6 @@ def _isdir(f):
37
'PyJWT',
38
'urllib3',
39
'idna',
40
- 'chardet',
41
'certifi',
42
'lark'
43
]
@@ -73,4 +72,4 @@ def _isdir(f):
73
72
'Programming Language :: Python :: 3.7',
74
'Programming Language :: Python :: 3.8'
75
76
-)
+)
version.txt
@@ -1 +1 @@
-2.11.2
+2.11.3
0 commit comments