blob: 0b3f8925af65f9bc5ed9a7193a9779d72421972b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Obtained from: https://github.com/dbcli/mycli/commit/63a6339e451dfe537f1b7cf43758409abea52342
--- setup.py.orig 2016-09-20 16:46:21 UTC
+++ setup.py
@@ -16,7 +16,7 @@ install_requirements = [
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.0,<1.1.0',
'PyMySQL >= 0.6.2',
- 'sqlparse>=0.2.0,<0.2.2',
+ 'sqlparse>=0.2.2,<0.3.0',
'configobj >= 5.0.6',
]
|