Skip to content

Commit

Permalink
Add missing pytest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Aug 19, 2015
1 parent f92d564 commit 134cdbf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.1.2
-----

- Add missing pytest dependency.

0.1.1
-----

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ ethereum>=0.9.73
requests>=2.7.0
# Until https://github.com/ConsenSys/eth-testrpc/pull/16 is merged and released.
https://github.com/pipermerriam/eth-testrpc/archive/v0.1.15b.tar.gz
pytest==2.7.2
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
except ImportError:
from distutils.core import setup, find_packages

version = '0.1.1'
version = '0.1.2'

readme = open(os.path.join(DIR, 'README.md')).read()

Expand All @@ -33,6 +33,7 @@
# Until https://github.com/ConsenSys/eth-testrpc/pull/16 is merged and
# released.
# "eth-testrpc>=0.1.15",
"pytest==2.7.2",
],
dependency_links=[
# Until https://github.com/ConsenSys/eth-testrpc/pull/16 is merged and
Expand Down

0 comments on commit 134cdbf

Please sign in to comment.