summarylogtreecommitdiffstats
path: root/setup.py.patch
blob: 50689f103716618a780e4a09f70a107ca6b0dbe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index bd332a6..ce2f20d 100755
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ description = 'CLI for MySQL Database. With auto-completion and syntax highlight
 install_requirements = [
     'click >= 7.0',
     'Pygments >= 1.6',
-    'prompt_toolkit>=2.0.6,<3.0.0',
+    'prompt_toolkit >= 2.0.6',
     'PyMySQL >= 0.9.2',
     'sqlparse>=0.3.0,<0.4.0',
     'configobj >= 5.0.5',