forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update requirements, tests and all that jazz
- Loading branch information
1 parent
e65d04a
commit 8c7189a
Showing
3 changed files
with
74 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,4 +48,6 @@ slackclient | |
ldap3 | ||
Flask-WTF | ||
lxml | ||
pykerberos | ||
pykerberos | ||
bcrypt | ||
flask-bcrypt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,6 +76,10 @@ def run(self): | |
ldap = ['ldap3>=0.9.9.1'] | ||
devel = ['lxml>=3.3.4'] | ||
kerberos = ['pykerberos>=1.1.8'] | ||
password = [ | ||
'bcrypt>=2.0.0', | ||
'flask-bcrypt>=0.7.1', | ||
] | ||
|
||
all_dbs = postgres + mysql + hive + mssql + hdfs + vertica | ||
devel = all_dbs + doc + samba + s3 + ['nose'] + slack + crypto + oracle | ||
|
@@ -135,6 +139,7 @@ def run(self): | |
'ldap': ldap, | ||
'webhdfs': webhdfs, | ||
'kerberos': kerberos, | ||
'password': password, | ||
}, | ||
author='Maxime Beauchemin', | ||
author_email='[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters