Skip to content

Commit

Permalink
Fix deps and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaahhh committed Jul 30, 2019
1 parent dd89ee2 commit bcfb51a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions quarkchain/cluster/shard_state.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import asyncio
import json
import time
from cachetools import LRUCache
from collections import Counter, deque, defaultdict
from fractions import Fraction
from typing import Dict, List, Optional, Tuple, Union
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
aiohttp==3.1.3
aioprocessing==1.0.1
async_armor==0.0.2
cachetools==3.1.1
coincurve==7.1.0
decorator==4.2.1
ecdsa==0.13
Expand Down

0 comments on commit bcfb51a

Please sign in to comment.