mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
fix: Return requirements after read.
This commit is contained in:
parent
7b819944c5
commit
5304f0b289
1
setup.py
1
setup.py
@ -62,6 +62,7 @@ def generate_git_hash_py(pkg, filename='git_hash.py'):
|
|||||||
def load_requirements(filename):
|
def load_requirements(filename):
|
||||||
with open(filename, 'rt') as fh:
|
with open(filename, 'rt') as fh:
|
||||||
requirements = fh.read().rstrip().split('\n')
|
requirements = fh.read().rstrip().split('\n')
|
||||||
|
return requirements
|
||||||
|
|
||||||
|
|
||||||
def get_package_data():
|
def get_package_data():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user