]> git.phdru.name Git - m_librarian.git/commitdiff
Build: Fix dependency
authorOleg Broytman <phd@phdru.name>
Wed, 1 Mar 2023 14:02:37 +0000 (17:02 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 1 Mar 2023 14:02:37 +0000 (17:02 +0300)
setup.py

index dad71fb71350bbc43723d4260a33aebdfdaf1c46..5916411b9f29b5c56acef6bf90ec6bb51a54c1c3 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -77,6 +77,6 @@ setup(
     ],
     extras_require={
         'pbar': ['m_lib>=3.1'],
-        'web': ['bottle', 'Cheetah3'],
+        'web': ['bottle', 'CT3'],
     },
 )