Skip to content

Commit

Permalink
Merge pull request #36 from mongolab/verlib_to_distutils2
Browse files Browse the repository at this point in the history
stop using verlib and use distutils2.version
  • Loading branch information
Abdul Alkhatib committed Oct 2, 2018
2 parents ca82ed6 + da633fd commit caeddbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mbs/mongo_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from errors import *
from date_utils import timedelta_total_seconds
from utils import is_host_local, document_pretty_string, safe_stringify
from verlib import NormalizedVersion, suggest_normalized_version
from distutils2.version import NormalizedVersion, suggest_normalized_version
from bson.objectid import ObjectId
import logging
from robustify.robustify import robustify
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ pymongo==3.6.1
python-cloudfiles==1.7.10
python-dateutil==1.5
pystache==0.5.4
verlib==0.1
# we are using distutils2 only for the version library since verlib doesn't have a license.
distutils2==1.0a4
httplib2>=0.9
psutil==1.2.1
google-api-python-client==1.2
Expand Down

0 comments on commit caeddbe

Please sign in to comment.