Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit 82344ae

Browse files
committed
add tornado to requirements
1 parent fe367be commit 82344ae

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

requirements.txt

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
Bottleneck==1.2.0
2-
coverage==4.3.4
3-
cycler==0.10.0
4-
gdax==1.0.6
5-
krakenex==0.1.3
6-
matplotlib==2.0.2
7-
mock==2.0.0
8-
nose==1.3.7
9-
numexpr==2.6.2
10-
numpy==1.13.0
11-
pandas==0.19.2
12-
pbr==1.10.0
13-
pyparsing==2.1.10
14-
python-dateutil==2.6.0
15-
pytz==2016.10
16-
requests==2.13.0
17-
scipy==0.18.1
18-
seaborn==0.7.1
19-
six==1.10.0
20-
websocket-client==0.40.0
1+
Bottleneck>=1.2.0
2+
coverage>=4.3.4
3+
cycler>=0.10.0
4+
gdax>=1.0.6
5+
krakenex>=0.1.3
6+
matplotlib>=2.0.2
7+
mock>=2.0.0
8+
nose>=1.3.7
9+
numexpr>=2.6.2
10+
numpy>=1.13.0
11+
pandas>=0.19.2
12+
pbr>=1.10.0
13+
pyparsing>=2.1.10
14+
python-dateutil>=2.6.0
15+
pytz>=2016.10
16+
requests>=2.13.0
17+
scipy>=0.18.1
18+
seaborn>=0.7.1
19+
six>=1.10.0
20+
tornado>=4.5.2
21+
websocket-client>=0.40.0

0 commit comments

Comments
 (0)