We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52a7c49 + c81db13 commit cb374b8Copy full SHA for cb374b8
README.md
@@ -29,7 +29,7 @@ Creates cluster-consistent point-in-time backups of MongoDB via wrapping 'mongod
29
To build on CentOS/RedHat, you wil need the following packages (see command):
30
31
```
32
-yum install python python-devel python-virtualenv gcc
+yum install python python-devel python-virtualenv gcc make libffi-devel openssl-devel
33
34
35
To install to default '*/usr/local/bin/mongodb-consistent-backup*':
VERSION
@@ -1 +1 @@
1
-0.3.2
+0.3.3
requirements.txt
@@ -1,7 +1,7 @@
multiprocessing
2
-Fabric
3
-pymongo
4
-pynsca
5
-PyYAML
6
-boto
7
-filechunkio
+Fabric==1.13.1
+pymongo==3.4.0
+pynsca==1.5
+PyYAML==3.12
+boto==2.45.0
+filechunkio==1.8
0 commit comments