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()