Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
fix py2, py3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cxznmhdcxz committed Sep 29, 2020
1 parent f5df762 commit f6c26c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import time

from haikunator import Haikunator
from six.moves import input

from azure.identity import ClientSecretCredential

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ azure-keyvault-certificates==4.2.0
azure-keyvault-secrets==4.2.0
azure-identity==1.4.0

haikunator
haikunator
six

0 comments on commit f6c26c7

Please sign in to comment.