Skip to content

Commit

Permalink
Merge pull request #75 from veox/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies, include asset file in PyPI
  • Loading branch information
pipermerriam committed Apr 20, 2017
2 parents 00cbe51 + b4b44a1 commit 1813b90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -6,4 +6,4 @@ include requirements.txt
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

include alarm_client/assets/v8.0.0.json
include alarm_client/assets/*.json
2 changes: 1 addition & 1 deletion alarm_client/config.py
Expand Up @@ -11,7 +11,7 @@
filter_by_type,
)

from populus.utils.wait import (
from populus.wait import (
Wait,
)
from populus.utils.filesystem import (
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,6 +1,7 @@
Sphinx>=1.3.1
sphinx-better-theme>=0.1.4
populus>=1.2.0
gevent>=1.1.2
populus>=1.6.0
web3>=3.0.2
eth-testrpc>=0.8.7
ethereum-tester-client>=1.2.4
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -21,7 +21,8 @@
include_package_data=True,
py_modules=['eth_alarm_client'],
install_requires=[
"populus>=1.2.1",
"gevent>=1.1.2",
"populus>=1.6.0",
"web3>=3.0.2",
"pylru>=1.0.9",
"python-dotenv>=0.6.0",
Expand Down

0 comments on commit 1813b90

Please sign in to comment.