Skip to content

Commit

Permalink
update requirements for plyvel and cbor
Browse files Browse the repository at this point in the history
  • Loading branch information
arcolife committed Jul 6, 2018
1 parent da1d917 commit f3442ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ __Recommended__: Use a python3 virtual environment
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
# additional step for OSX
$ brew install leveldb
```

##### Install Google's Protobuf
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
astroid==1.6.5
bitcoin==1.1.42
cbor==1.0.0
docopt==0.6.2
ecdsa==0.13
googleapis-common-protos==1.5.3
Expand All @@ -8,6 +9,7 @@ grpcio-tools==1.12.1
isort==4.3.4
lazy-object-proxy==1.3.1
mccabe==0.6.1
plyvel==1.0.4
protobuf==3.5.2.post1
pycrypto==2.6.1
pykwalify==1.6.1
Expand Down

0 comments on commit f3442ce

Please sign in to comment.