Skip to content

Commit

Permalink
mssql requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Yvinec-Kruyk committed Jul 28, 2015
1 parent 95de0d8 commit b47420c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ Sphinx-PyPI-upload
sqlalchemy
thrift
jaydebeapi
pymssql
pymssql
unicodecsv
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
druid = ['pydruid>=0.2.1']
s3 = ['boto>=2.36.0']
jdbc = ['jaydebeapi>=0.2.0']
mssql = ['pymssql>=2.1.1']
mssql = ['pymssql>=2.1.1', 'unicodecsv>=0.13.0']

all_dbs = postgres + mysql + hive + mssql
devel = all_dbs + doc + samba + s3 + ['nose']
Expand Down

0 comments on commit b47420c

Please sign in to comment.