As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
1 # Depending on what engine type you want to use
2 # you will need one of the following
3 MySQL-python==1.2.5
4 redis==2.9.1
5 # python-gdbm # not available via pip
6 7 # If you want to use gevent you will also require
8 # this.
9 #gevent==1.0.1
10