Skip to content

Commit

Permalink
pipenv: temporary fix attempt for travis
Browse files Browse the repository at this point in the history
- until pipenv bug is resolved
  • Loading branch information
ph4r05 committed Oct 18, 2018
1 parent d172f86 commit 3531a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Pillow = ">=5.2.0"
Mako = ">=1.0.7"

# monero
monero_agent = {version = ">=1.6.3", extras = ["tcry", "dev"]}
monero_agent = {version = ">=1.7.1", extras = ["tcry", "dev"]}
py_trezor_crypto_ph4 = {version = ">=0.1.1"}

[pipenv]
allow_prereleases = true

0 comments on commit 3531a42

Please sign in to comment.