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 9ec3e18 adding in a dependency version to fix an error with Flask CLI
(#6547)
9ec3e18 is described below
commit 9ec3e18ecb6c183237d859919af4daea7893b897
Author: Marcus <[email protected]>
AuthorDate: Mon Dec 17 22:46:04 2018 +0100
adding in a dependency version to fix an error with Flask CLI (#6547)
---
requirements-dev.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 0b991fc..53dcbe7 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,5 +1,5 @@
console_log==0.2.10
-python-dotenv
+python-dotenv==0.10.1
flake8-commas==2.0.0
flake8-import-order==0.18
flake8-quotes==1.0.0