victims / victims-web

The victims web application.
GNU Affero General Public License v3.0
8 stars 5 forks source link

Update code base for Python3 #154

Closed ashcrow closed 6 years ago

ashcrow commented 6 years ago

This should make it easier to port to OpenShift v3's Python container. It also includes a few bug fixes and enhancements along the way 😄.

jasinner commented 6 years ago

Thanks for doing this. However as mentioned via email, the real stumbling block for managed platform is the fact that we need pymongo 2.8. Happy to merge is you think this will get us closer to achieving that goal.

ashcrow commented 6 years ago

I think it does get us closer. It's a step toward being able to pull in newer deps as it pushes us to Python 3. From here we can make some more modifications which allow us to move to the later pymongo.