Skip to content

Commit

Permalink
poller testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp committed Jun 11, 2021
1 parent e750f61 commit 294cc46
Show file tree
Hide file tree
Showing 5 changed files with 583 additions and 129 deletions.
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-keyvault-administration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"azure.keyvault",
]
),
install_requires=["azure-common~=1.1", "azure-core<2.0.0,>=1.7.0", "msrest>=0.6.21"],
install_requires=["azure-common~=1.1", "azure-core<2.0.0,>=1.7.0", "msrest>=0.6.21", "six>=1.11.0"],
extras_require={
":python_version<'3.0'": ["azure-keyvault-nspkg"],
":python_version<'3.4'": ["enum34>=1.0.4"],
Expand Down
Loading

0 comments on commit 294cc46

Please sign in to comment.