Commit c31ec55b by muhammad-ammar

update requirements

parent 79a90655
PACKAGES = VEDA VEDA_OS01 control frontend youtube_callback scripts PACKAGES = VEDA VEDA_OS01 control frontend youtube_callback scripts
requirements: production-requirements:
pip install -r requirements.txt pip install -r requirements.txt
requirements: production-requirements
pip install -r test_requirements.txt 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 validate: test ## Run tests and quality checks
test: clean test: clean
......
##
django==1.9 django==1.9
djangorestframework==3.6.4 djangorestframework==3.6.4
django-cors-headers django-cors-headers
...@@ -13,4 +12,7 @@ pyyaml ...@@ -13,4 +12,7 @@ pyyaml
requests==2.18.1 requests==2.18.1
celery==3.1.18 celery==3.1.18
pysrt==1.1.1 pysrt==1.1.1
edx-opaque-keys==0.4 edx-opaque-keys==0.4
\ No newline at end of file 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