From: Oleg Broytman Date: Wed, 1 Mar 2023 14:02:37 +0000 (+0300) Subject: Build: Fix dependency X-Git-Tag: 0.2.0.post1~2 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=c54c34d5e081ad6f4341bd1294f8431ad331e03a;p=m_librarian.git Build: Fix dependency --- diff --git a/setup.py b/setup.py index dad71fb..5916411 100755 --- a/setup.py +++ b/setup.py @@ -77,6 +77,6 @@ setup( ], extras_require={ 'pbar': ['m_lib>=3.1'], - 'web': ['bottle', 'Cheetah3'], + 'web': ['bottle', 'CT3'], }, )