Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 5be1b37

Browse files
committed
fixed requirements setup.py.
1 parent 965119d commit 5be1b37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def run(self):
7878
check_call('make doctest -C docs/', shell=True)
7979
Linter.lint()
8080

81+
8182
requirements = [i.strip() for i in open("requirements.txt").readlines()]
8283

8384
setup(name='python-openflow',

0 commit comments

Comments
 (0)