mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-24 08:19:03 +00:00
Added numpy dependency
This commit is contained in:
parent
a04ad26975
commit
e71b70909c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@
|
||||||
import sys
|
import sys
|
||||||
from setuptools import setup, Extension
|
from setuptools import setup, Extension
|
||||||
|
|
||||||
dependencies = ['pycrypto', 'msgpack-python', 'pbkdf2.py', 'xattr', 'paramiko']
|
dependencies = ['pycrypto', 'msgpack-python', 'pbkdf2.py', 'xattr', 'paramiko', 'numpy']
|
||||||
if sys.version_info < (2, 7):
|
if sys.version_info < (2, 7):
|
||||||
dependencies.append('argparse')
|
dependencies.append('argparse')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue