Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitchiplunkar committed Sep 18, 2018
1 parent 0ce3a74 commit 1cda5ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@

setup(
name='ether_sql',
version='0.1.0',
version='0.1.3',
description="""A python library to push ethereum blockchain data into an sql database.""",
long_description_markdown_filename='README.md',
author='Ankit Chiplunkar',
author_email='[email protected]',
url='https://github.com/analyseether/ether_sql',
include_package_data=True,
install_requires=[
"web3",
"web3==4.4.1",
"sqlalchemy==1.2.4",
"alembic==0.9.9",
"psycopg2-binary==2.7.4",
"Click==6.7",
"Celery==4.1.1",
],
setup_requires=['setuptools-markdown'],
python_requires='>=3.5, <4',
python_requires='>=3.6, <4',
extras_require={
'tester': [
"pytest==3.0.0",
Expand All @@ -47,7 +48,6 @@
'Intended Audience :: Developers',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)

0 comments on commit 1cda5ee

Please sign in to comment.