This repository was archived by the owner on Oct 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 run : |
2525 python -m pip install --upgrade pip
2626 pip install pipenv
27- pipenv install --dev --skip-lock
27+ pipenv install -r requirements-dev.txt
2828 - name : Check code format
2929 run : |
3030 pipenv run yapf -dr kiota_http
Original file line number Diff line number Diff line change @@ -4,8 +4,53 @@ verify_ssl = true
44name = " pypi"
55
66[packages ]
7- microsoft-kiota-abstractions = " 0.5.1"
7+ microsoft-kiota-abstractions = " ==0.5.1"
8+ astroid = " ==2.15.5"
9+ asyncmock = " ==0.4.2"
10+ certifi = " ==2023.5.7"
11+ charset-normalizer = " ==3.1.0"
12+ colorama = " ==0.4.6"
13+ coverage = {version = " ==7.2.6" , extras = [" toml" ]}
14+ dill = " ==0.3.6"
15+ docutils = " ==0.20.1"
16+ exceptiongroup = " ==1.1.1"
17+ flit = " ==3.9.0"
18+ flit-core = " ==3.9.0"
19+ idna = " ==3.4"
20+ iniconfig = " ==2.0.0"
21+ isort = " ==5.12.0"
22+ lazy-object-proxy = " ==1.9.0"
23+ mccabe = " ==0.7.0"
24+ mock = " ==5.0.2"
25+ mypy = " ==1.3.0"
26+ mypy-extensions = " ==1.0.0"
27+ packaging = " ==23.1"
28+ platformdirs = " ==3.5.1"
29+ pluggy = " ==1.0.0"
30+ pylint = " ==2.17.4"
31+ pytest = " ==7.3.1"
32+ pytest-asyncio = " ==0.21.0"
33+ pytest-cov = " ==4.0.0"
34+ pytest-mock = " ==3.10.0"
35+ requests = " ==2.31.0"
36+ toml = " ==0.10.2"
37+ tomli = " ==2.0.1"
38+ tomli-w = " ==1.0.0"
39+ tomlkit = " ==0.11.8"
40+ types-python-dateutil = " ==2.8.19.13"
41+ typing-extensions = " ==4.6.0"
42+ urllib3 = " ==2.0.2"
43+ wrapt = " ==1.15.0"
44+ yapf = " ==0.33.0"
45+ anyio = " ==3.6.2"
46+ h11 = " ==0.14.0"
47+ h2 = " ==4.1.0"
48+ hpack = " ==4.0.0"
49+ httpcore = " ==0.17.2"
850httpx = {version = " ==0.24.1" , extras = [" http2" ]}
51+ hyperframe = " ==6.0.1"
52+ sniffio = " ==1.3.0"
53+ uritemplate = " ==4.1.1"
954
1055[dev-packages ]
1156flit = " ==3.9.0"
You can’t perform that action at this time.
0 commit comments