This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new fbf9586 Bump requirements (#6625)
fbf9586 is described below
commit fbf9586adfe0b971b35584f2622d750be8d57126
Author: Mahendra M <[email protected]>
AuthorDate: Wed Jan 9 16:00:04 2019 -0800
Bump requirements (#6625)
* Bump requirements
* Fix setup.py for email reports
---
requirements.txt | 4 ++--
setup.py | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 7c7d2f1..838cb6d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,7 +19,7 @@ chardet==3.0.4 # via requests
click==6.7
colorama==0.3.9
contextlib2==0.5.5
-croniter==0.3.25
+croniter==0.3.26
cryptography==2.4.2
decorator==4.3.0 # via retry
defusedxml==0.5.0 # via python3-openid
@@ -80,7 +80,7 @@ retry==0.9.2
rfc3986==1.1.0 # via tableschema
rsa==4.0 # via google-auth
sasl==0.2.1 # via thrift-sasl
-selenium==3.14.0
+selenium==3.141.0
simplejson==3.15.0
six==1.11.0 # via bleach, cryptography, google-auth, gsheetsdb,
isodate, jsonlines, linear-tsv, pathlib2, polyline, pydruid, python-dateutil,
sasl, sqlalchemy-utils, tableschema, tabulator, thrift
sqlalchemy-utils==0.32.21
diff --git a/setup.py b/setup.py
index 32f77f2..07318d8 100644
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,7 @@ setup(
'click>=6.0, <7.0.0', # click >=7 forces "-" instead of "_"
'colorama',
'contextlib2',
+ 'croniter>=0.3.26',
'cryptography>=2.4.2',
'flask>=1.0.0, <2.0.0',
'flask-appbuilder>=1.12.1, <2.0.0',
@@ -83,6 +84,8 @@ setup(
'python-geohash',
'pyyaml>=3.13',
'requests>=2.20.0',
+ 'retry>=0.9.2',
+ 'selenium>=3.141.0',
'simplejson>=3.15.0',
'sqlalchemy',
'sqlalchemy-utils',
@@ -92,9 +95,6 @@ setup(
'thrift-sasl>=0.2.1',
'unicodecsv',
'unidecode>=0.04.21',
- 'croniter==0.3.25',
- 'selenium==3.14.0',
- 'retry==0.9.2',
],
extras_require={
'cors': ['flask-cors>=2.0.0'],