From ff0c5bc6c3c5bb503709e51843dd3d82dc6dbecd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 13 Feb 2016 01:52:02 -0500 Subject: [PATCH] sqlalchemy --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 94515a2..782be20 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,8 @@ if sys.argv[-1] == 'publish': os.system('python setup.py bdist_wheel upload --universal') sys.exit() -requires = ['psycopg2', 'tablib', 'docopt'] -version = '0.3.0' +requires = ['SQLAlchemy', 'tablib', 'docopt'] +version = '0.4.0' def read(f): return open(f, encoding='utf-8').read()