Skip to content

Commit f723cb7

Browse files
committed
Pin dependencies to specific versions
1 parent c280dbd commit f723cb7

File tree

2 files changed

+230
-206
lines changed

2 files changed

+230
-206
lines changed

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ name = "pypi"
55

66
[packages] # Packages required to run the application
77
requests = "==2.23.0"
8-
pre-commit = "==2.10.1"
8+
azure-identity = "==1.6.0"
99

1010
[dev-packages] # Packages required to develop the application
1111
coverage = "==5.0.3"
12-
azure-identity = "*"
1312
responses = "==0.10.12"
1413
flit = "==2.2.0"
1514
isort = "==5.7.0"
1615
yapf = "==0.30.0"
1716
mypy = "==0.800"
1817
pylint = "==2.7.4"
19-
pytest = "*"
18+
pytest = "==6.2.4"
19+
pre-commit = "==2.13.0"

0 commit comments

Comments
 (0)