This repository was archived by the owner on Jun 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-24
lines changed Expand file tree Collapse file tree 3 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 1
1
amplitude-python == 0.13
2
- astroid == 2.2.5
3
2
atomicwrites == 1.3.0
4
3
attrs == 19.1.0
5
4
importlib-metadata == 0.20
6
- isort == 4.3.20
7
- mccabe == 0.6.1
8
5
more-itertools == 7.0.0
9
- numpy == 1.17.2
6
+ numpy == 1.17.2 ; sys_platform != 'zos'
10
7
psutil == 5.6.6 ; sys_platform != 'zos'
11
8
pydantic == 0.27
12
- pylint == 2.3.1
13
- pytest == 4.6.1
14
- pytest-mock == 1.10.4
15
9
requests == 2.22.0
16
10
spacy == 2.2.0.dev18 ; sys_platform != 'zos'
17
11
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'
18
12
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
Original file line number Diff line number Diff line change 1
1
pylint==2.3.1
2
2
isort==4.3.20
3
- mccabe==0.6.1
3
+ mccabe==0.6.1
Original file line number Diff line number Diff line change 1
1
elasticsearch==7.0.5
2
2
beautifulsoup4
3
3
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'
6
7
pytest-docker-tools==0.2.0
7
- pytest-mock==1.10.4
8
+ pytest-mock==1.10.4
You can’t perform that action at this time.
0 commit comments