We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e00b810 + 993d1ef commit 5b7e44fCopy full SHA for 5b7e44f
requirements.txt
@@ -1,10 +1,9 @@
1
certifi==2023.7.22
2
-chardet==3.0.4
3
-idna==2.9
+idna==3.7
4
requests==2.26.0
5
urllib3==1.26.5
6
pika==1.2.0
7
Flask==2.0.1
8
flask-cors==3.0.10
9
PyJWT==2.4.0
10
-lark==0.11.3
+lark==0.11.3
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.1
+2.11.3
0 commit comments