Skip to content

Instantly share code, notes, and snippets.

@aniketmaithani
Created June 25, 2018 20:21
Show Gist options
  • Save aniketmaithani/1b96838027e71af6486fa0d883462359 to your computer and use it in GitHub Desktop.
Save aniketmaithani/1b96838027e71af6486fa0d883462359 to your computer and use it in GitHub Desktop.
# Core Stuff
# -------------------------------------
Django==2.0.3
# Configuration
# -------------------------------------
argon2-cffi==18.1.0
django-environ==0.4.4
django-sites==0.10
python-dotenv==0.8.2
django-cors-headers==2.2.0
# Extensions
# -------------------------------------
pytz==2018.3
# Models
# -------------------------------------
psycopg2-binary==2.7.4
Pillow==5.0.0
django-extensions==2.0.3
django-uuid-upload-path==1.0.0
django-versatileimagefield==1.9
# REST APIs
# -------------------------------------
djangorestframework==3.7.7
django-rest-swagger==2.1.2
# LOGGING
# -------------------------------------
django-log-request-id==1.3.2
# Documentation
# -------------------------------------
mkdocs==0.17.3
# Raven is the Sentry client
# --------------------------
raven==6.6.0
# Auth Stuff
# -------------------------------------
PyJWT==1.6.0
django-mail-templated==2.6.5
# OpenCV & Other Core Algo dependencies
# -------------------------------------
dlib==19.13.0
opencv-python==3.4.1.15
numpy==1.14.3
# Celery
# -------------------------------------
celery==4.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment