bird-house / pyramid-phoenix

Phoenix is a Pyramid web-application to make it easy to interact with WPS services
http://pyramid-phoenix.readthedocs.io/en/latest/
Apache License 2.0
7 stars 10 forks source link

Fix issue 116: update mongodb=3.4 and formatting #149

Closed cehbrecht closed 6 years ago

cehbrecht commented 6 years ago

This PR fix #116.

The latest mongodb version 3.4 is now available both for Linux and macOS.

To avoid a possible upgrade of the mongodb on macOS it would be easier to remove the mongodb database before installation.

The import change is:

pymongo=3
-  - mongodb=2.6.*|3.3.9
+  - mongodb=3.4

The rest is formatting clean up by my editor.

cehbrecht commented 6 years ago

@nkadygrov merged ... please complain if you have troubles.