File: requirements.txt

package info (click to toggle)
pyzor 1%3A1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 868 kB
  • sloc: python: 7,266; makefile: 153; sh: 28
file content (9 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Depending on what engine type you want to use
# you will need one of the following
#mysqlclient==1.4.6
redis==4.0.2
# python-gdbm # not available via pip

# If you want to use gevent you will also require 
# this.
#gevent==1.0.2