X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=e8a6a944f8a5562c566e25daa31aeee9ba13bc03;hb=41e8d69b09b74aa4bd4f496c6a17879d6be3b59d;hp=911b3ac88faa75ffd6223081c11cc6105f6277e7;hpb=1526d94cfa10aa68de1330b1c24ef0d99f8b2b0d;p=sqlconvert.git diff --git a/setup.py b/setup.py index 911b3ac..e8a6a94 100755 --- a/setup.py +++ b/setup.py @@ -62,8 +62,7 @@ setup( install_requires=[ 'SQLObject>=2.2.1; python_version=="2.7"', 'SQLObject>=3.0.0; python_version>="3.4"', - 'm_lib.defenc>=1.0', - 'm_lib>=3.1', + 'm_lib.full>=1.0', 'sqlparse', ], )