Skip to content

Commit d9c7c27

Browse files
committed
maint: add yapf to dependencies
1 parent 2c855f0 commit d9c7c27

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nipype/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def get_nipype_gitversion():
148148
'pydotplus',
149149
'pydot>=%s' % PYDOT_MIN_VERSION,
150150
'packaging',
151+
'yapf'
151152
]
152153

153154
if sys.version_info <= (3, 4):

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ mock
1515
pydotplus
1616
pydot>=1.2.3
1717
packaging
18+
yapf

0 commit comments

Comments
 (0)