Omkar008 commited on
Commit
3a9bce4
1 Parent(s): 345ca6f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +79 -0
requirements.txt ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.5
2
+ aiosignal==1.3.1
3
+ annotated-types==0.7.0
4
+ anyio==4.4.0
5
+ attrs==23.2.0
6
+ azure-core==1.30.2
7
+ azure-identity==1.16.0
8
+ certifi==2024.6.2
9
+ cffi==1.16.0
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ cryptography==42.0.8
13
+ Deprecated==1.2.14
14
+ dnspython==2.6.1
15
+ email_validator==2.1.1
16
+ fastapi==0.111.0
17
+ fastapi-cli==0.0.4
18
+ frozenlist==1.4.1
19
+ h11==0.14.0
20
+ h2==4.1.0
21
+ hpack==4.0.0
22
+ httpcore==1.0.5
23
+ httptools==0.6.1
24
+ httpx==0.27.0
25
+ hyperframe==6.0.1
26
+ idna==3.7
27
+ importlib_metadata==7.1.0
28
+ Jinja2==3.1.4
29
+ markdown-it-py==3.0.0
30
+ MarkupSafe==2.1.5
31
+ mdurl==0.1.2
32
+ microsoft-kiota-abstractions==1.3.3
33
+ microsoft-kiota-authentication-azure==1.0.0
34
+ microsoft-kiota-http==1.3.1
35
+ microsoft-kiota-serialization-form==0.1.0
36
+ microsoft-kiota-serialization-json==1.2.0
37
+ microsoft-kiota-serialization-multipart==0.1.0
38
+ microsoft-kiota-serialization-text==1.0.0
39
+ msal==1.28.0
40
+ msal-extensions==1.1.0
41
+ msgraph-core==1.0.0
42
+ msgraph-sdk==1.4.0
43
+ multidict==6.0.5
44
+ opentelemetry-api==1.25.0
45
+ opentelemetry-sdk==1.25.0
46
+ opentelemetry-semantic-conventions==0.46b0
47
+ orjson==3.10.3
48
+ packaging==24.0
49
+ pendulum==3.0.0
50
+ portalocker==2.8.2
51
+ pycparser==2.22
52
+ pydantic==2.7.3
53
+ pydantic_core==2.18.4
54
+ Pygments==2.18.0
55
+ PyJWT==2.8.0
56
+ python-dateutil==2.9.0.post0
57
+ python-dotenv==1.0.1
58
+ python-multipart==0.0.9
59
+ PyYAML==6.0.1
60
+ requests==2.32.3
61
+ rich==13.7.1
62
+ shellingham==1.5.4
63
+ six==1.16.0
64
+ sniffio==1.3.1
65
+ starlette==0.37.2
66
+ std-uritemplate==0.0.57
67
+ time-machine==2.14.1
68
+ typer==0.12.3
69
+ typing_extensions==4.12.1
70
+ tzdata==2024.1
71
+ ujson==5.10.0
72
+ urllib3==2.2.1
73
+ uvicorn==0.30.1
74
+ uvloop==0.19.0
75
+ watchfiles==0.22.0
76
+ websockets==12.0
77
+ wrapt==1.16.0
78
+ yarl==1.9.4
79
+ zipp==3.19.2