Skip to content

Commit

Permalink
set correct versions for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MKashevsky committed Oct 18, 2018
1 parent 901ec81 commit 02073d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ python_version = "3.5"

[packages]
requests = "*"
ecdsa = "*"
ecdsa = "==0.13"
pytest = "*"
pycrypto = "*"
scrypt = "*"
pycrypto = "==2.6.1"
scrypt = "==0.8.0"
aiohttp = "*"

0 comments on commit 02073d7

Please sign in to comment.