File tree Expand file tree Collapse file tree 2 files changed +37
-51
lines changed
Expand file tree Collapse file tree 2 files changed +37
-51
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=65.5.0 " , " wheel " ]
3- build-backend = " setuptools.build_meta "
2+ requires = [" flit_core >=3.2,<4 " ]
3+ build-backend = " flit_core.buildapi "
44
55[project ]
66name = " msgraph-beta-sdk"
@@ -44,6 +44,9 @@ homepage = "https://github.com/microsoftgraph/msgraph-beta-sdk-python#readme"
4444repository = " https://github.com/microsoftgraph/msgraph-beta-sdk-python"
4545documentation = " https://github.com/microsoftgraph/msgraph-beta-sdk-python/docs"
4646
47+ [tool .flit .module ]
48+ name = " msgraph_beta"
49+
4750[tool .mypy ]
4851warn_unused_configs = true
4952files = " msgraph_beta"
Original file line number Diff line number Diff line change 1- -i https://pypi.org/simple
2-
31aiohttp == 3.9.5
4-
52aiosignal == 1.3.1
6-
73anyio == 4.4.0
8-
4+ astroid == 3.2.2
95async-timeout == 4.0.3
10-
116attrs == 23.2.0
12-
137azure-core == 1.30.2
14-
158azure-identity == 1.17.1
16-
9+ build == 1.2.1
10+ bumpver == 2023.1129
1711certifi == 2024.7.4
18-
1912cffi == 1.16.0
20-
2113charset-normalizer == 3.3.2
22-
14+ click == 8.1.7
15+ colorama == 0.4.6
2316cryptography == 42.0.8
24-
2517Deprecated == 1.2.14
26-
18+ dill == 0.3.8
19+ docutils == 0.21.2
20+ flit == 3.9.0
21+ flit_core == 3.9.0
2722frozenlist == 1.4.1
28-
2923h11 == 0.14.0
30-
3124h2 == 4.1.0
32-
3325hpack == 4.0.0
34-
3526httpcore == 1.0.5
36-
3727httpx == 0.27.0
38-
3928hyperframe == 6.0.1
40-
4129idna == 3.7
42-
4330importlib-metadata == 6.8.0
44-
31+ isort == 5.13.2
32+ lazy-object-proxy == 1.10.0
33+ lexid == 2021.1006
34+ looseversion == 1.3.0
35+ mccabe == 0.7.0
4536microsoft-kiota-abstractions == 1.3.3
46-
4737microsoft-kiota-authentication-azure == 1.0.0
48-
4938microsoft-kiota-http == 1.3.2
50-
39+ microsoft-kiota-serialization-form == 0.1.0
5140microsoft-kiota-serialization-json == 1.2.0
52-
41+ microsoft-kiota-serialization-multipart == 0.1.0
5342microsoft-kiota-serialization-text == 1.0.0
54-
5543msal == 1.29.0
56-
5744msal-extensions == 1.2.0
58-
5945msgraph-core == 1.1.0
60-
6146multidict == 6.0.5
62-
47+ mypy == 1.10.1
48+ mypy-extensions == 1.0.0
6349opentelemetry-api == 1.25.0
64-
6550opentelemetry-sdk == 1.25.0
66-
6751opentelemetry-semantic-conventions == 0.46b0
68-
52+ packaging == 24.1
53+ pathlib2 == 2.3.7.post1
54+ pendulum == 3.0.0
55+ platformdirs == 4.2.2
6956portalocker == 2.10.0
70-
7157pycparser == 2.22
72-
7358PyJWT == 2.8.0
74-
59+ pylint == 3.2.5
60+ pyproject_hooks == 1.1.0
7561python-dateutil == 2.9.0.post0
76-
7762requests == 2.32.3
78-
7963six == 1.16.0
80-
8164sniffio == 1.3.1
82-
8365std-uritemplate == 1.0.3
84-
66+ time-machine == 2.14.2
67+ toml == 0.10.2
68+ tomli == 2.0.1
69+ tomli_w == 1.0.0
70+ tomlkit == 0.12.5
8571typing_extensions == 4.12.2
86-
72+ tzdata == 2024.1
73+ uritemplate == 4.1.1
8774urllib3 == 2.2.2
88-
8975wrapt == 1.16.0
90-
76+ yapf == 0.40.2
9177yarl == 1.9.4
92-
9378zipp == 3.19.2
94-
95- pylint == 3.2.5
You can’t perform that action at this time.
0 commit comments