mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
11 lines
332 B
Python
11 lines
332 B
Python
--- setup.py.orig 2020-07-25 03:46:06 UTC
|
|
+++ setup.py
|
|
@@ -21,7 +21,7 @@ install_requirements = [
|
|
'Pygments >= 1.6',
|
|
'prompt_toolkit>=3.0.0,<4.0.0',
|
|
'PyMySQL >= 0.9.2',
|
|
- 'sqlparse>=0.3.0,<0.4.0',
|
|
+ 'sqlparse>=0.3.0',
|
|
'configobj >= 5.0.5',
|
|
'cryptography >= 1.0.0',
|
|
'cli_helpers[styles] > 1.1.0',
|