Skip to content

Commit 77aa0e8

Browse files
authored
Update requirements.txt
1 parent 47edb97 commit 77aa0e8

1 file changed

Lines changed: 35 additions & 46 deletions

File tree

test/requirements.txt

Lines changed: 35 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,38 @@
1-
attrs>=19.3.0,<=19.3.0
2-
azureml-contrib-reinforcementlearning>=1.21.0
3-
bandit>=1.6.2,<=1.6.2
4-
black>=19.10b0,<=19.10b0
5-
check-manifest>=0.45,<=0.45
1+
attrs==19.3.0 # PyLint
2+
azureml-contrib-reinforcementlearning==1.21.0
3+
bandit==1.6.2
4+
black==19.10b0 # https://github.com/psf/black/issues/1847
5+
check-manifest==0.45
66
cryptography>=3.3,<3.4.0
7-
coverage
87
Cython
9-
flake8-bugbear>=19.8.0,<=19.8.0
10-
flake8-docstrings>=1.6.0,<=1.6.0
11-
flake8-formatter_junit_xml>=0.0.6,<=0.0.6
12-
flake8>=3.8.3,<=3.8.3
13-
flit-core>=2.3.0,<=2.3.0
14-
flit>=2.3.0,<=2.3.0
15-
ipykernel>=5.5.5,<=5.5.5
16-
ipyleaflet>=0.13.6,<0.14.0
17-
junit-xml>=1.8,<=1.8
18-
jupyter-packaging>=0.7.12,<0.8
19-
lxml>=4.6.2,<=4.6.3
20-
mock>=4.0.2,<=4.0.2
21-
mypy>=0.720,<=0.720
8+
flake8-bugbear==19.8.0
9+
flake8-docstrings
10+
flake8-formatter_junit_xml
11+
flake8==3.8.3
12+
flit-core==2.3.0
13+
flit==2.3.0
14+
ipykernel
15+
ipyleaflet<0.14.0
16+
junit-xml==1.8
17+
jupyter-packaging<0.8
18+
lxml>=4.6.2
19+
mock==4.0.2
20+
mypy==0.720
2221
numpy<1.19.0
23-
papermill>=2.1.2,<=2.1.2
24-
pathlib2>=2.2.0,<=2.3.5
25-
pbr>=5.4.5,<=5.4.5
26-
pre-commit>=2.8.2,<=2.8.2
27-
pylint>=2.7.0,<=2.8.3
28-
pylint_junit>=0.3.2,<=0.3.2
29-
pytest-cov>=2.7.1,<=2.7.1
30-
pytest-mock>=3.6.1,<=3.6.1
31-
pytest-runner>=5.3.1,<=5.3.1
32-
pytest>=6.2.1,<=6.2.1
33-
scrapbook>=0.5.0,<=0.5.0
34-
setuptools-scm>=6.0.1,<=6.0.1
35-
setuptools
36-
shellcheck-py>=0.7.1.1,<=0.7.1.1
37-
syncer>=1.3.0,<=1.3.0
38-
testpath>=0.4.4,<=0.4.4
39-
typing-extensions>=3.7.4.2,<=3.7.4.2
40-
azure-identity<1.5.0
41-
azure-storage-file-datalake<=12.4.0
42-
azureml-core>=1.21.0.post2
43-
commondatamodel-objectmodel>=1.2.2,<=1.2.2
44-
python-dotenv>=0.14.0,<=0.14.0
45-
ms-recommenders>=0.6.0,<=0.6.0
46-
pandas>=1.0.3,<=1.1.3
47-
pydantic>1.7.3,<=1.7.4
48-
pyspark>2.4.2,<=2.4.5
49-
requests>=2.24.0,<=2.24.0
22+
papermill==2.1.2
23+
pathlib2>=2.2.0 # pytest
24+
pbr==5.4.5 # bandit
25+
pre-commit==2.8.2
26+
pylint>=2.7.0
27+
pylint_junit
28+
pytest-cov==2.7.1
29+
pytest-mock<=3.6.1
30+
pytest-runner # flake8
31+
pytest==6.2.1
32+
scrapbook==0.5.0
33+
setuptools-scm # virtualenv
34+
setuptools==51.1.1
35+
shellcheck-py==0.7.1.1
36+
syncer==1.3.0
37+
testpath==0.4.4
38+
typing-extensions==3.7.4.2 # MyPi

0 commit comments

Comments
 (0)