Skip to content

Commit

Permalink
setup.py dep version definition format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Ward committed Apr 23, 2015
1 parent b2d45d8 commit 9d2c55f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/setup.py
Expand Up @@ -32,9 +32,9 @@
__desc__ = 'Status Report - Comfortable CLI Activity Status Reporting'
__scripts__ = ['status-report', 'snippet']
__irequires__ = [
'python_dateutil=2.4.2',
'kerberos=1.2.2',
'sqlalchemy=1.0.0',
'python_dateutil==2.4.2',
'kerberos==1.2.2',
'sqlalchemy==1.0.0',
]
pip_src = 'https://pypi.python.org/packages/source'
__deplinks__ = []
Expand Down

0 comments on commit 9d2c55f

Please sign in to comment.