X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=3ba68821ad18303f3abf93b913c4f7f6c5e2be0b;hb=bf0f8c047a44d87a42d25474822423805727bf31;hp=d342061cd631375e121120fb80f50055f5db3bdf;hpb=2d76928b93c208d27f942b9a9eb649df1d5b2192;p=m_librarian.git diff --git a/setup.py b/setup.py index d342061..3ba6882 100755 --- a/setup.py +++ b/setup.py @@ -59,9 +59,7 @@ setup(name='m_librarian', 'm_lib.defenc>=1.0', ], extras_require={ - 'm_lib': ['m_lib>=3.1'], 'pbar': ['m_lib>=3.1'], - 'web': ['bottle'], - 'bottle': ['bottle'], + 'web': ['bottle', 'Cheetah3'], }, )