Depend on Dulwich < 0.20 on Python < 3.
Dulwich 0.20.0 dropped support for Python 2 and 3.4.
Jelmer Vernooij
8 months ago
13 | 13 | |
14 | 14 | install_data_files_hack() |
15 | 15 | |
16 | requires = ['six', 'flask', 'Werkzeug>=0.15.0', 'pygments', 'dulwich>=0.19.3', 'httpauth', 'humanize'] | |
16 | requires = ['six', 'flask', 'Werkzeug>=0.15.0', 'pygments', 'httpauth', 'humanize', 'dulwich>=0.19.3;python_version>="3.5"', 'dulwich>=0.19.3,<0.20;python_version<"3.5"'] | |
17 | 17 | |
18 | 18 | setup( |
19 | 19 | name='klaus', |