Skip to content

Commit 68f0e90

Browse files
committed
Replace bintree.RBTree (deprecated by its author) with faster sortedcontainers.SortedDict (recommended by bintree authors) in order book object.
1 parent 1ad117d commit 68f0e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bintrees==2.0.7
1+
sortedcontainers>=1.5.9
22
requests==2.13.0
33
six==1.10.0
44
websocket-client==0.40.0

0 commit comments

Comments
 (0)