Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Commit cbe677f

Browse files
committed
fix #8
1 parent c664e12 commit cbe677f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run_tests(self):
3636
packages=['mybatis_mapper2sql'],
3737
include_package_data=True,
3838
install_requires=[
39-
'sqlparse==0.2.4'
39+
'sqlparse>=0.2.4'
4040
],
4141
license='Apache 2.0',
4242
zip_safe=False,

0 commit comments

Comments
 (0)