Colin Watson has proposed merging ~cjwatson/txpkgupload:bson-0.5.9 into txpkgupload:master.
Commit message: Upgrade to bson 0.5.9 Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~cjwatson/txpkgupload/+git/txpkgupload/+merge/392947 This adds Python 3 support. Dependencies MP: https://code.launchpad.net/~cjwatson/txpkgupload/+git/dependencies/+merge/392946 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/txpkgupload:bson-0.5.9 into txpkgupload:master.
diff --git a/requirements.txt b/requirements.txt index 9a71dfa..e28ee58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ argparse==1.4.0 asn1crypto==0.23.0 attrs==17.3.0 Automat==0.6.0 -bson==0.3.3 +bson==0.5.9 cffi==1.11.4 constantly==15.1.0 cryptography==2.1.4 @@ -32,6 +32,7 @@ oops-wsgi==0.0.14 pbr==1.8.1 pyasn1==0.1.6 pycparser==2.18 +python-dateutil==2.8.1 python-gettext==4.0 python-mimeparse==0.1.4 pytz==2017.2
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

