Skip to content

Commit 23bbd68

Browse files
committed
Update dependenices of entryclient
1 parent 6464159 commit 23bbd68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lain_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
__version__ = '2.0.4'
4+
__version__ = '2.0.5'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'requests==2.6.0',
2323
'tabulate==0.7.5',
2424
'protobuf==3.0.0b3',
25-
'entryclient==2.1.0',
25+
'entryclient==2.2.0',
2626
]
2727

2828
setup(
@@ -32,5 +32,5 @@
3232
include_package_data=True,
3333
entry_points=ENTRY_POINTS,
3434
install_requires=requirements,
35-
dependency_links=['https://github.com/laincloud/entry/archive/2.1.0.zip#egg=entryclient-2.1.0'],
35+
dependency_links=['https://github.com/laincloud/entry/archive/2.2.0.zip#egg=entryclient-2.2.0'],
3636
)

0 commit comments

Comments
 (0)