added upload image

This commit is contained in:
2022-05-21 17:53:27 +02:00
parent 71b92a3424
commit 29e742284f
4 changed files with 105 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ requires = [
'wtforms==2.2.1', # form library
'webhelpers2==2.0', # various web building related helpers
'passlib',
'python-magic',
'Pillow == 6.1.0',
]
tests_require = [