mirror of
https://github.com/vale981/jobmanager
synced 2025-03-04 17:31:39 -05:00
travis: typo in setup.py
This commit is contained in:
parent
8831ac3d4f
commit
1c9bda128a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -70,7 +70,7 @@ if __name__ == "__main__":
|
|||
description=description,
|
||||
long_description=longdescription,
|
||||
install_requires=["sqlitedict>=1.2.0", "NumPy>=1.5.1"],
|
||||
tests_require=["psutil, scipy"],
|
||||
tests_require=["psutil", "scipy"],
|
||||
keywords=["multiprocessing", "queue", "parallel", "distributed", "computing",
|
||||
"progress", "manager", "job", "persistent data", "scheduler"],
|
||||
classifiers= [
|
||||
|
|
Loading…
Add table
Reference in a new issue