X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;fp=setup.py;h=5916411b9f29b5c56acef6bf90ec6bb51a54c1c3;hb=c54c34d5e081ad6f4341bd1294f8431ad331e03a;hp=dad71fb71350bbc43723d4260a33aebdfdaf1c46;hpb=054ce4ecc6c93d0289864c80677c7dd8bf8b1962;p=m_librarian.git 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'], }, )