X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=9f9614d75e5f26d0e0340d25a1d3755a373397c0;hb=0118f85c754acb6ddf519f32362b4c91c032ade6;hp=1d8ebdbccdb748e7d31beafab983224c1a35fb33;hpb=935a32f3ad46cc24169afc635ffcd30ad00d5a98;p=m_librarian.git diff --git a/setup.py b/setup.py index 1d8ebdb..9f9614d 100755 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ except ImportError: kw = {} if is_setuptools: kw['python_requires'] = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' + kw['install_requires'] = ['m_lib.defenc>=1.0'] kw['extras_require'] = { 'm_lib': ['m_lib>=3.1'], 'pbar': ['m_lib>=3.1'],