File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 24.2
2
- packaging >= 24.1
2
+ packaging >= 24.2
3
3
setuptools ~= 70.2 ;python_version < "3.10"
4
4
setuptools >= 73.0.1 ;python_version >= "3.10"
5
- wheel >= 0.44 .0
5
+ wheel >= 0.45 .0
6
6
attrs >= 24.2.0
7
7
certifi >= 2024.8.30
8
8
exceptiongroup >= 1.2.2
9
- websockets >= 13.1
9
+ websockets ~= 13.1 ;python_version < "3.9"
10
+ websockets >= 14.0 ;python_version >= "3.9"
10
11
filelock >= 3.16.1
11
12
fasteners >= 0.19
12
13
mycdp >= 1.0.1
Original file line number Diff line number Diff line change 148
148
python_requires = ">=3.8" ,
149
149
install_requires = [
150
150
'pip>=24.2' ,
151
- 'packaging>=24.1 ' ,
151
+ 'packaging>=24.2 ' ,
152
152
'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153
153
'setuptools>=73.0.1;python_version>="3.10"' ,
154
- 'wheel>=0.44 .0' ,
154
+ 'wheel>=0.45 .0' ,
155
155
'attrs>=24.2.0' ,
156
156
"certifi>=2024.8.30" ,
157
157
"exceptiongroup>=1.2.2" ,
158
- "websockets>=13.1" ,
158
+ 'websockets~=13.1;python_version<"3.9"' ,
159
+ 'websockets>=14.0;python_version>="3.9"' ,
159
160
'filelock>=3.16.1' ,
160
161
'fasteners>=0.19' ,
161
162
"mycdp>=1.0.1" ,
You can’t perform that action at this time.
0 commit comments