mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 23:00:20 +00:00
sqlalchemy
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user