lodgeit/requirements.txt
Tristan Cacqueray 9b854e7729 Fix python3 compatibility issue
This change fix python3 compatibility:
* replace except obj, name with except obj as name
* use print function
* replace iteritems by six.iteritems
* replace xrange by range
* convert items() result to list

Change-Id: I70364e47541274d446c4449f820dce3e0b331b27
2020-03-04 13:09:24 -06:00

11 lines
92 B
Plaintext

six
Jinja2
Werkzeug<0.16
Pygments
SQLAlchemy==0.9.7
simplejson
Babel
pillow
pytz
MarkupSafe