enhanced changing Activities block

This commit is contained in:
2023-09-29 12:22:26 +02:00
parent 86fb1d89f6
commit ef3c9ce27a
5 changed files with 24 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ requires = [
'pyramid_mailer',
'pyramid_retry',
'pyramid_tm',
'SQLAlchemy',
'SQLAlchemy==1.4.49',
'transaction',
'zope.sqlalchemy',
'wtforms', # form library
@@ -28,7 +28,7 @@ requires = [
'Pillow == 8.0.1',
'unidecode',
'markdown',
'urllib3',
'urllib3==1.26',
]
tests_require = [