Browse Source

fix missing package for deployment

master
tr4ck3ur des JM2L 9 years ago
parent
commit
4970614f41
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      setup.py

+ 2
- 1
setup.py View File

@@ -26,7 +26,8 @@ requires = [
'python-slugify', 'python-slugify',
'icalendar', 'icalendar',
'python-magic', 'python-magic',
'Pillow'
'Pillow',
'pyramid_exclog'
] ]


setup(name='JM2L', setup(name='JM2L',


Loading…
Cancel
Save