Skip to content

Commit bc4325a

Browse files
committed
Update project dependencies
1 parent 226ff3c commit bc4325a

File tree

2 files changed

+802
-9
lines changed

2 files changed

+802
-9
lines changed

Pipfile

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7+
asyncio = "*"
8+
azure-identity = "*"
9+
microsoft-kiota-authentication-azure = "*"
10+
microsoft-kiota-serialization-json = "*"
11+
microsoft-kiota-serialization-text = "*"
12+
msgraph-core = {editable = false, ref = "kiota/long-term-branch", git = "https://github.com/microsoftgraph/msgraph-sdk-python-core.git"}
713

814
[dev-packages]
9-
flit = "==3.8.0"
15+
setuptools = "==65.5.1"
16+
build = "==0.9.0"
17+
bumpver = "==2022.1119"
1018
pylint = "==2.15.5"
1119
mypy = "==0.991"
1220
yapf = "==0.32.0"
13-
isort = "==5.10.1"
21+
isort = "==5.10.1"

0 commit comments

Comments
 (0)