comparison setup.py @ 4948:98a02b20c751

setup: constrain dulwich to version 0.9.9 65c5e70a1d0c bumped the version to 0.10 but there seems to be some unicode compatibility issues there. So for now, just stay on 0.9.9 which both works and has the fix for CVE-2015-0838.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 31 Mar 2015 01:16:53 +0200
parents 65c5e70a1d0c
children d2b40b6508e8
comparison
equal deleted inserted replaced
4947:437ecfbba58d 4948:98a02b20c751
54 "simplejson==2.5.2", 54 "simplejson==2.5.2",
55 "mock", 55 "mock",
56 "pycrypto>=2.6.0,<=2.6.1", 56 "pycrypto>=2.6.0,<=2.6.1",
57 "URLObject==2.3.4", 57 "URLObject==2.3.4",
58 "Routes==1.13", 58 "Routes==1.13",
59 "dulwich>=0.9.9,<=0.10.1", 59 "dulwich>=0.9.9,<=0.9.9",
60 ] 60 ]
61 61
62 if sys.version_info < (2, 7): 62 if sys.version_info < (2, 7):
63 requirements.append("importlib==1.0.1") 63 requirements.append("importlib==1.0.1")
64 requirements.append("unittest2") 64 requirements.append("unittest2")