git @ Cat's Eye Technologies klaus / 947b376
Require Dulwich >= 0.13.0 for Python 3 support. Jonas Haag 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1414
1515 install_data_files_hack()
1616
17 requires = ['six', 'flask', 'pygments', 'dulwich>=0.12.0', 'httpauth', 'humanize']
17 requires = ['six', 'flask', 'pygments', 'dulwich>=0.13.0', 'httpauth', 'humanize']
1818
1919 try:
2020 import argparse # not available for Python 2.6