Require Dulwich >= 0.13.0 for Python 3 support.
Jonas Haag
9 years ago
14 | 14 |
|
15 | 15 |
install_data_files_hack()
|
16 | 16 |
|
17 | |
requires = ['six', 'flask', 'pygments', 'dulwich>=0.12.0', 'httpauth', 'humanize']
|
|
17 |
requires = ['six', 'flask', 'pygments', 'dulwich>=0.13.0', 'httpauth', 'humanize']
|
18 | 18 |
|
19 | 19 |
try:
|
20 | 20 |
import argparse # not available for Python 2.6
|