Skip to content

Commit

Permalink
1.0.0b1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Jul 28, 2016
1 parent 539d090 commit 8fb36e9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 130 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Ethereum Development Framework

## Features

- compilation (limited to solidity right now).
- compilation
- deployment
- testing (using pytest)
- management of test chains
- html/css/js development server.
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Contents:
populus.overview
populus.testing
populus.testing-fixtures
populus.contracts

:maxdepth: 2

Expand Down
119 changes: 0 additions & 119 deletions docs/populus.contracts.rst

This file was deleted.

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ watchdog>=0.8.3
toposort>=1.4
py-geth>=0.5.0
web3>=1.3.0
gevent==1.1.1
py-solc==0.2.0
eth-testrpc==0.4.2
gevent>=1.1.1
py-solc>=0.2.0
eth-testrpc>=0.4.2
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='populus',
version="0.8.0",
version="1.0.0b1",
description="""Ethereum Development Framework""",
long_description=readme,
author='Piper Merriam',
Expand All @@ -25,16 +25,16 @@
py_modules=['populus'],
install_requires=[
"click>=5.1",
"gevent>=1.1.1",
"pytest>=2.7.2",
"requests>=2.7.0",
"watchdog>=0.8.3",
"toposort>=1.4",
"py-geth>=0.5.0",
"web3>=1.3.0",
"pysha3>=0.3",
"gevent>=1.1.1",
"py-solc==0.2.0",
"eth-testrpc==0.4.2",
"py-geth>=0.5.0",
"py-solc>=0.2.0",
"eth-testrpc>=0.4.2",
],
license="MIT",
zip_safe=False,
Expand Down

0 comments on commit 8fb36e9

Please sign in to comment.