Tries using rest_framework_mongoengine for deserialization from JSON to Citable
... | ... | @@ -7,7 +7,6 @@ psycopg2==2.7.3 # PostgreSQL engine |
pytz==2017.2 # Timezone package | ||
djangorestframework==3.6.3 | ||
requests==2.18.3 | ||
mongoengine==0.15.0 | ||
# Django packages | ||
... | ... | @@ -53,6 +52,7 @@ html2text |
# Mongo (Metacore) | ||
mongoengine==0.15.0 | ||
django-background-tasks==1.1.13 | ||
django-rest-framework-mongoengine==3.3.0 | ||
# Possibly dead (most probably not used anymore and possibly not up-to-date packages) -- JdW (August 15th, 2017) | ||
imagesize==0.7.1 | ||
... | ... |
Please register or sign in to comment