Skip to content

Commit

Permalink
missing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellowlol committed Apr 2, 2018
1 parent a7e5807 commit 598dd5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
README = open('README.md', 'r').read()


f = open('requirements.txt', 'r').readlines()
REQ = []
for line in f:
if line and not line.startswith('#'):
Expand Down

0 comments on commit 598dd5d

Please sign in to comment.