From 41b7b5fb0569516f344abec78e7b3bb43877878d Mon Sep 17 00:00:00 2001 From: "amro.hassaan" Date: Mon, 6 Oct 2014 22:23:21 -0400 Subject: Change-Id: I6529ff6516aecfed0832de765428b517efbc8d58 --- jira_clt/dist/jira_clt-1.2-py2.7.egg | Bin 23090 -> 23084 bytes jira_clt/setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/jira_clt/dist/jira_clt-1.2-py2.7.egg b/jira_clt/dist/jira_clt-1.2-py2.7.egg index 99fc47b..f36f32f 100644 Binary files a/jira_clt/dist/jira_clt-1.2-py2.7.egg and b/jira_clt/dist/jira_clt-1.2-py2.7.egg differ diff --git a/jira_clt/setup.py b/jira_clt/setup.py index 3535e2a..036ae11 100644 --- a/jira_clt/setup.py +++ b/jira_clt/setup.py @@ -14,7 +14,7 @@ setup( 'console_scripts': [ 'efforts=jira_clt.efforts:main'] }, - install_requires=['jira==0.32', 'pycrypto==2.6.1', 'jira-python==0.16', + install_requires=['pycrypto==2.6.1', 'jira-python==0.16', 'workdays==1.3', 'configobj==5.0', 'python-dateutil==1.5'], packages=find_packages(), include_package_data=True -- cgit v1.2.3