Skip to content

Commit

Permalink
remove indirect dependencies for ydk-py and ydk-gen (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi Keshav authored Feb 27, 2017
1 parent 9723b49 commit 9166283
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
ecdsa==0.13
enum34==1.1.3
Jinja2==2.8
lxml==3.4.4
MarkupSafe==0.23
paramiko==1.15.2
pyang==1.6
pycrypto==2.6.1
Sphinx==1.4a1
sphinx-rtd-theme==0.1.9
XlsxWriter==0.7.3
GitPython==1.0.1
ncclient>=0.4.7
rstr==2.2.5
Expand Down
5 changes: 1 addition & 4 deletions sdk/python/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,9 @@
# Namespace packages are share same prefix: "ydk-models"
NAME = 'ydk'
VERSION = '0.5.3'
INSTALL_REQUIREMENTS = ['ecdsa==0.13',
'enum34==1.1.3',
INSTALL_REQUIREMENTS = ['enum34==1.1.3',
'lxml==3.4.4',
'paramiko==1.15.2',
'pyang==1.6',
'pycrypto==2.6.1',
'ncclient>=0.4.7',
'pybind11==2.0.1']

Expand Down

1 comment on commit 9166283

@mdear
Copy link

@mdear mdear commented on 9166283 Feb 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I suggest that you also make the same change in sdk/python/packages/setup.py ?

Please sign in to comment.