RagtagOpen / nomad

Apache License 2.0
10 stars 22 forks source link

Support Python 3.7 #677

Closed kdechant closed 5 years ago

kdechant commented 6 years ago

Currently the project is limited to Python 3.6 due to an incompatibility in the "Flask-RQ2" package.

There is a fork of the package that adds support for 3.7. It's possible to install that fork instead of the mainline package using Pipenv. (With the intention of switching back to the mainline package once the PR is merged.)