mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
11 lines
333 B
Python
11 lines
333 B
Python
--- setup.py.orig 2021-01-07 01:54:09 UTC
|
|
+++ setup.py
|
|
@@ -21,7 +21,7 @@ install_requirements = [
|
|
'Pygments >= 1.6',
|
|
'prompt_toolkit>=3.0.6,<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] >= 2.0.1',
|