File tree Expand file tree Collapse file tree
zoom_python_client/client_components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " zoom-python-client"
7- version = " 0.0.1 "
8- dependencies = [" python-dotenv== 0.21.0" , " requests= =2.26.0" ]
7+ version = " 0.0.3 "
8+ dependencies = [" python-dotenv>= 0.21.0" , " requests> =2.26.0" ]
99authors = [{ name = " Rene Fernandez" , email = " rene.fernandez@cern.ch" }]
1010description = " Zoom API client for Python"
1111readme = " README.md"
@@ -18,15 +18,15 @@ classifiers = [
1818
1919[project .optional-dependencies ]
2020dev = [
21- " black= =23.3.0" ,
22- " flake8= =6.0.0" ,
23- " isort= =5.10.1" ,
24- " mypy= =1.2.0" ,
25- " mypy-extensions= =1.0.0" ,
26- " pre-commit= =2.15.0" ,
27- " pytest= =7.1.3" ,
28- " pytest-cov= =3.0.0" ,
29- " responses= =0.17.0" ,
21+ " black> =23.3.0" ,
22+ " flake8> =6.0.0" ,
23+ " isort> =5.10.1" ,
24+ " mypy> =1.2.0" ,
25+ " mypy-extensions> =1.0.0" ,
26+ " pre-commit> =2.15.0" ,
27+ " pytest> =7.1.3" ,
28+ " pytest-cov> =3.0.0" ,
29+ " responses> =0.17.0" ,
3030]
3131
3232[project .urls ]
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ class LiveStreamDict(TypedDict):
99 stream_url : str
1010 stream_key : str
1111 page_url : str
12+ resolution : str
1213
1314
1415class LiveStreamStatusDict (TypedDict ):
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ class LiveStreamDict(TypedDict):
99 stream_url : str
1010 stream_key : str
1111 page_url : str
12+ resolution : str
1213
1314
1415class LiveStreamStatusDict (TypedDict ):
You can’t perform that action at this time.
0 commit comments