Commit c31ec55b by muhammad-ammar

update requirements

parent 79a90655
PACKAGES = VEDA VEDA_OS01 control frontend youtube_callback scripts
requirements:
production-requirements:
pip install -r requirements.txt
requirements: production-requirements
pip install -r test_requirements.txt
migrate:
python manage.py migrate --noinput
static:
python manage.py collectstatic --noinput
validate: test ## Run tests and quality checks
test: clean
......
##
django==1.9
djangorestframework==3.6.4
django-cors-headers
......@@ -14,3 +13,6 @@ requests==2.18.1
celery==3.1.18
pysrt==1.1.1
edx-opaque-keys==0.4
MySQL-python==1.2.5
gunicorn==0.17.4
gevent==1.2.2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment