Skip to content

Commit a9c89c5

Browse files
committed
Move azure identity library to dev dependency
1 parent 01c1311 commit a9c89c5

File tree

2 files changed

+145
-153
lines changed

2 files changed

+145
-153
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ name = "pypi"
55

66
[packages] # Packages required to run the application
77
requests = "==2.23.0"
8-
azure-identity = "==1.6.0"
98

109
[dev-packages] # Packages required to develop the application
1110
coverage = "==5.0.3"
@@ -17,3 +16,4 @@ mypy = "==0.800"
1716
pylint = "==2.7.4"
1817
pytest = "==6.2.4"
1918
pre-commit = "==2.13.0"
19+
azure-identity = "*"

0 commit comments

Comments
 (0)