This is an automated email from the ASF dual-hosted git repository.
dpgaspar 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 3690fb4 [setup] Fix, sqlalchemy and sqlparse version interval (#8689)
3690fb4 is described below
commit 3690fb497985289c10edbec90d4a74c6988c572f
Author: Daniel Vaz Gaspar <[email protected]>
AuthorDate: Thu Nov 28 18:47:19 2019 +0000
[setup] Fix, sqlalchemy and sqlparse version interval (#8689)
---
setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 17f79bb..ef935d2 100644
--- a/setup.py
+++ b/setup.py
@@ -102,9 +102,9 @@ setup(
"retry>=0.9.2",
"selenium>=3.141.0",
"simplejson>=3.15.0",
- "sqlalchemy>=1.3.5,<2.0",
+ "sqlalchemy>=1.3.5, <2.0",
"sqlalchemy-utils>=0.33.2",
- "sqlparse>=0.3.0,<0.4",
+ "sqlparse>=0.3.0, <0.4",
"wtforms-json",
],
extras_require={