added fixed font to blog_edit textaera

This commit is contained in:
2023-10-22 09:22:33 +02:00
parent 51169bb96b
commit 3efce74696
4 changed files with 7 additions and 2 deletions

View File

@@ -18,13 +18,15 @@ requires = [
'pyramid_retry',
'pyramid_layout',
'pyramid_tm',
'SQLAlchemy',
'SQLAlchemy==1.4.49',
'transaction',
'zope.sqlalchemy',
'wtforms', # form library 2.2.1
'webhelpers2', # various web building related helpers 2.0
'passlib',
'python-magic',
'markdown',
'urllib3==1.26',
'yfinance',
]