Skip to content

Commit 23dbce1

Browse files
authored
Merge pull request #461 from microsoftgraph/bugfix/flit-configuration
ci: adds missing flit configuration
2 parents 4a4bd8a + 567b176 commit 23dbce1

File tree

2 files changed

+37
-51
lines changed

2 files changed

+37
-51
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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]
66
name = "msgraph-beta-sdk"
@@ -44,6 +44,9 @@ homepage = "https://github.com/microsoftgraph/msgraph-beta-sdk-python#readme"
4444
repository = "https://github.com/microsoftgraph/msgraph-beta-sdk-python"
4545
documentation = "https://github.com/microsoftgraph/msgraph-beta-sdk-python/docs"
4646

47+
[tool.flit.module]
48+
name = "msgraph_beta"
49+
4750
[tool.mypy]
4851
warn_unused_configs = true
4952
files = "msgraph_beta"

requirements-dev.txt

Lines changed: 32 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,78 @@
1-
-i https://pypi.org/simple
2-
31
aiohttp==3.9.5
4-
52
aiosignal==1.3.1
6-
73
anyio==4.4.0
8-
4+
astroid==3.2.2
95
async-timeout==4.0.3
10-
116
attrs==23.2.0
12-
137
azure-core==1.30.2
14-
158
azure-identity==1.17.1
16-
9+
build==1.2.1
10+
bumpver==2023.1129
1711
certifi==2024.7.4
18-
1912
cffi==1.16.0
20-
2113
charset-normalizer==3.3.2
22-
14+
click==8.1.7
15+
colorama==0.4.6
2316
cryptography==42.0.8
24-
2517
Deprecated==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
2722
frozenlist==1.4.1
28-
2923
h11==0.14.0
30-
3124
h2==4.1.0
32-
3325
hpack==4.0.0
34-
3526
httpcore==1.0.5
36-
3727
httpx==0.27.0
38-
3928
hyperframe==6.0.1
40-
4129
idna==3.7
42-
4330
importlib-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
4536
microsoft-kiota-abstractions==1.3.3
46-
4737
microsoft-kiota-authentication-azure==1.0.0
48-
4938
microsoft-kiota-http==1.3.2
50-
39+
microsoft-kiota-serialization-form==0.1.0
5140
microsoft-kiota-serialization-json==1.2.0
52-
41+
microsoft-kiota-serialization-multipart==0.1.0
5342
microsoft-kiota-serialization-text==1.0.0
54-
5543
msal==1.29.0
56-
5744
msal-extensions==1.2.0
58-
5945
msgraph-core==1.1.0
60-
6146
multidict==6.0.5
62-
47+
mypy==1.10.1
48+
mypy-extensions==1.0.0
6349
opentelemetry-api==1.25.0
64-
6550
opentelemetry-sdk==1.25.0
66-
6751
opentelemetry-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
6956
portalocker==2.10.0
70-
7157
pycparser==2.22
72-
7358
PyJWT==2.8.0
74-
59+
pylint==3.2.5
60+
pyproject_hooks==1.1.0
7561
python-dateutil==2.9.0.post0
76-
7762
requests==2.32.3
78-
7963
six==1.16.0
80-
8164
sniffio==1.3.1
82-
8365
std-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
8571
typing_extensions==4.12.2
86-
72+
tzdata==2024.1
73+
uritemplate==4.1.1
8774
urllib3==2.2.2
88-
8975
wrapt==1.16.0
90-
76+
yapf==0.40.2
9177
yarl==1.9.4
92-
9378
zipp==3.19.2
94-
95-
pylint==3.2.5

0 commit comments

Comments
 (0)