We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c280dbd commit f723cb7Copy full SHA for f723cb7
Pipfile
@@ -5,15 +5,15 @@ name = "pypi"
5
6
[packages] # Packages required to run the application
7
requests = "==2.23.0"
8
-pre-commit = "==2.10.1"
+azure-identity = "==1.6.0"
9
10
[dev-packages] # Packages required to develop the application
11
coverage = "==5.0.3"
12
-azure-identity = "*"
13
responses = "==0.10.12"
14
flit = "==2.2.0"
15
isort = "==5.7.0"
16
yapf = "==0.30.0"
17
mypy = "==0.800"
18
pylint = "==2.7.4"
19
-pytest = "*"
+pytest = "==6.2.4"
+pre-commit = "==2.13.0"
0 commit comments