Skip to content

Commit af9c98a

Browse files
authored
Update requirements (#1014)
* Update requirements * Remove unnecessary reqs (they are handled by the main req) * Remove unused web call requirements
1 parent 12613e5 commit af9c98a

File tree

2 files changed

+9
-32
lines changed

2 files changed

+9
-32
lines changed

requirements-dev.txt

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,8 @@
1-
certifi==2019.3.9
2-
chardet==3.0.4
31
codecov==2.0.15
4-
configparser==3.5.0
5-
coverage==4.5.1
6-
flake8==3.5.0
7-
h5py==2.9.0
8-
hdmf==1.0.5
9-
idna==2.6
10-
linecache2==1.0.0
11-
mccabe==0.6.1
12-
numpy==1.14.6
13-
pandas==0.23.4
14-
pluggy==0.6.0
15-
py==1.5.3
16-
pycodestyle==2.3.1
17-
pyflakes==1.6.0
18-
python-dateutil==2.7.2
2+
coverage==4.5.3
3+
flake8==3.7.8
194
pytz==2019.1
20-
requests==2.20.0
21-
ruamel.yaml==0.15.85
22-
six==1.11.0
23-
tox==3.0.0
5+
tox==3.13.2
246
traceback2==1.4.0
257
unittest2==1.1.0
26-
urllib3==1.24.3
27-
virtualenv==15.2.0
8+
-r requirements.txt

requirements.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
certifi==2019.3.9
21
chardet==3.0.4
32
h5py==2.9.0
43
hdmf==1.0.5
5-
idna==2.6
6-
numpy==1.14.6
7-
pandas==0.23.4
8-
python-dateutil==2.7.2
9-
requests==2.20.0
10-
ruamel.yaml==0.15.85
11-
six==1.11.0
12-
urllib3==1.24.3
4+
numpy==1.16.4
5+
pandas==0.24.2
6+
python-dateutil==2.8.0
7+
ruamel.yaml==0.15.99
8+
six==1.12.0

0 commit comments

Comments
 (0)