We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915303e commit 58ec246Copy full SHA for 58ec246
pyproject.toml
@@ -0,0 +1,18 @@
1
+[tool.poetry]
2
+name = "microsoftgraph-python"
3
+version = "1.1.6"
4
+description = "API wrapper for Microsoft Graph written in Python"
5
+authors = ["Miguel Ferrer <[email protected]>"]
6
+license = "MIT"
7
+readme = "README.md"
8
+packages = [{include = "microsoftgraph"}]
9
+
10
+[tool.poetry.dependencies]
11
+python = "^3.7"
12
+requests = "^2.26.0"
13
14
15
+[build-system]
16
+requires = ["poetry-core"]
17
+build-backend = "poetry.core.masonry.api"
18
setup.py
0 commit comments