From 89ea58c1f7a1d29defb279cf33593c3ca971ee0f Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 28 Dec 2015 14:35:32 -0200 Subject: Dev requirements now use u1db and dirspec from launchpad, vagrant needs bazaar for that to work --- service/setup.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'service/setup.py') diff --git a/service/setup.py b/service/setup.py index ba2be0ec..53a8f715 100644 --- a/service/setup.py +++ b/service/setup.py @@ -47,16 +47,7 @@ setup(name='pixelated-user-agent', 'pixelated.resources', 'pixelated.extensions' ], - install_requires=[ - 'pyasn1==0.1.8', - 'requests==2.0.0', - 'srp==1.0.4', - 'dirspec==4.2.0', - 'u1db==13.09', - # 'leap.mail>=0.4.0', # not in a stable repo yet, see requirements.txt - 'leap.auth==0.1.2', - 'whoosh==2.5.7' - ], + install_requires=[], entry_points={ 'console_scripts': [ 'pixelated-user-agent = pixelated.application:initialize', -- cgit v1.2.3