-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
31 lines (31 loc) · 2.22 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
azure-common==1.1.28; python_version >= "3.6"
azure-core==1.24.1; python_version >= "3.6"
azure-identity==1.10.0; python_version >= "3.6"
azure-keyvault-secrets==4.4.0; python_version >= "3.6"
certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
cffi==1.15.0; python_version >= "3.6"
charset-normalizer==2.0.12; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.5.0"
click==8.0.2; python_version >= "3.6"
colorama==0.4.5
commonmark==0.9.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
cryptography==37.0.3; python_version >= "3.6"
idna==3.3; python_version >= "3.7" and python_version < "4"
isodate==0.6.1; python_version >= "3.6"
isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0"
msal-extensions==1.0.0; python_version >= "3.6"
msal==1.18.0; python_version >= "3.6"
msrest==0.7.1; python_version >= "3.6"
oauthlib==3.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
portalocker==2.4.0
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
pygments==2.12.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.6"
pyjwt==2.4.0; python_version >= "3.6"
pywin32==304; python_version >= "3.6" and platform_system == "Windows"
requests-oauthlib==1.3.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
requests==2.28.0; python_version >= "3.7" and python_version < "4" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6")
rich==10.16.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
shellingham==1.4.0; python_version >= "3.6"
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
typer==0.4.1; python_version >= "3.6"
typing-extensions==4.2.0; python_version >= "3.7"
urllib3==1.26.9; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.7"