Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Commit a219b83

Browse files
DANFITZDANFITZ
authored andcommitted
Update requirements files
1 parent a3a7abd commit a219b83

File tree

3 files changed

+6
-24
lines changed

3 files changed

+6
-24
lines changed

requirements.txt

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,12 @@
11
amplitude-python==0.13
2-
astroid==2.2.5
32
atomicwrites==1.3.0
43
attrs==19.1.0
54
importlib-metadata==0.20
6-
isort==4.3.20
7-
mccabe==0.6.1
85
more-itertools==7.0.0
9-
numpy==1.17.2
6+
numpy==1.17.2; sys_platform != 'zos'
107
psutil==5.6.6; sys_platform != 'zos'
118
pydantic==0.27
12-
pylint==2.3.1
13-
pytest==4.6.1
14-
pytest-mock==1.10.4
159
requests==2.22.0
1610
spacy==2.2.0.dev18; sys_platform != 'zos'
1711
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.1.0/en_core_web_sm-2.1.0.tar.gz#egg=en_core_web_sm; sys_platform != 'zos'
1812
websockets
19-
20-
# The following are never used by the package, are they needed?
21-
# more-itertools==7.0.0
22-
# packaging==19.0
23-
# lazy-object-proxy==1.4.1
24-
# py==1.8.0
25-
# six==1.12.0
26-
# pyparsing==2.4.0
27-
# typed-ast==1.4.1
28-
# wcwidth==0.1.7
29-
# wrapt==1.11.1
30-
# pluggy==0.12.0
31-
# zipp==0.5.1

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pylint==2.3.1
22
isort==4.3.20
3-
mccabe==0.6.1
3+
mccabe==0.6.1

requirements_test.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
elasticsearch==7.0.5
22
beautifulsoup4
33
pytest==4.6.1
4-
# pyetest "Add ons"
5-
astroid==2.2.5
4+
5+
# pytest "Add ons"
6+
astroid==2.2.5 ; sys_platform != 'zos'
67
pytest-docker-tools==0.2.0
7-
pytest-mock==1.10.4
8+
pytest-mock==1.10.4

0 commit comments

Comments
 (0)