initial commit in branch caota_test

This commit is contained in:
thienan
2021-06-15 10:51:42 +02:00
parent 0601815ec0
commit 19cc99d7ff
6 changed files with 54 additions and 49 deletions

View File

@@ -17,7 +17,7 @@ requires = [
'pyramid_tm',
'SQLAlchemy',
'transaction',
'zope.sqlalchemy',
'zope.sqlalchemy == 1.1',
'waitress',
'mysqlclient',
'docutils',
@@ -25,6 +25,8 @@ requires = [
'python-dateutil',
'user-agents',
'xlrd',
'image',
'pdfminer3'
]
tests_require = [