Skip to content

Commit

Permalink
Merge pull request #83 from xeroc/pyup-initial-update
Browse files Browse the repository at this point in the history
Initial Update
  • Loading branch information
xeroc authored Mar 8, 2019
2 parents c010e8a + 5592bbc commit e0dc590
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
autobahn>=0.14
pycrypto==2.6.1
graphenelib
graphenelib==1.1.11
12 changes: 6 additions & 6 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
autobahn>=0.14
pycrypto==2.6.1
scrypt>=0.7.1
secp256k1
pytest
coverage
mock
secp256k1==0.13.2
pytest==4.3.0
coverage==4.5.2
mock==2.0.0

# Code style

# black # not available pre 3.6
isort
pre-commit
isort==4.3.12
pre-commit==1.14.4
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pyyaml
dateutils
ecdsa
requests
websocket-client
pylibscrypt
pycryptodome
appdirs
pyyaml==3.13
dateutils==0.6.6
ecdsa==0.13
requests==2.21.0
websocket-client==0.55.0
pylibscrypt==1.7.1
pycryptodome==3.7.3
appdirs==1.4.3

0 comments on commit e0dc590

Please sign in to comment.