File tree Expand file tree Collapse file tree 2 files changed +658
-401
lines changed Expand file tree Collapse file tree 2 files changed +658
-401
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,21 @@ verify_ssl = true
4
4
name = " pypi"
5
5
6
6
[packages ] # Packages required to run the application
7
- requests = " ==2.26.0"
7
+ microsoft-kiota-http = " *"
8
+ httpx = {version = " ==0.23.0" , extras = [" http2" ]}
8
9
9
10
[dev-packages ] # Packages required to develop the application
10
- coverage = " ==5.0.3"
11
- responses = " ==0.10.12"
12
- flit = " ==2.2.0"
13
- isort = " ==5.7.0"
14
- yapf = " ==0.30.0"
15
- mypy = " ==0.800"
16
- pylint = " ==2.7.4"
17
- pytest = " ==6.2.4"
11
+ flit = " ==3.7.1"
12
+ pylint = " ==2.15.4"
13
+ mypy = " ==0.982"
14
+ yapf = " ==0.32.0"
15
+ isort = " ==5.10.1"
16
+ pytest = " ==7.1.3"
17
+ pytest-cov = " ==4.0.0"
18
+ types-python-dateutil = " *"
19
+ toml = " ==0.10.2"
20
+ pytest-asyncio = " ==0.19.0"
21
+ pytest-mock = " ==3.10.0"
22
+ asyncmock = " ==0.4.2"
18
23
pre-commit = " ==2.13.0"
19
24
azure-identity = " *"
You can’t perform that action at this time.
0 commit comments