summaryrefslogtreecommitdiff
path: root/requirements
AgeCommit message (Collapse)Author
2018-04-02Bump up Django version to 1.10ankitjavalkar
2018-03-16Specify tornado version to 4.5.3maheshgudi
2018-01-04- Add python-decouple package to requirementsankitjavalkar
- Use sane defaults and python-decouple in yaksh.settings module - Replace hard coded localhost domain name referring to code server with dynamic settings variable
2017-11-22Fixed existing model testsprathamesh
Also, added "markdown" to requirements
2017-11-08- Add ruaml dependency to requirements-commonankitjavalkar
- Add print stdout prompts to tasks.py
2017-11-08- Add pytest as a requirement to the requirements fileankitjavalkar
- Modify image name in tasks.py
2017-11-08Add further changes to invoke script and yaksh-scriptankitjavalkar
2017-11-08- Add a pyinvoke based script for running the django server and code serverankitjavalkar
- Modify the requirements to separate the requirements for code server - Modify the docker file - Add a script that runs within the docker instance
2017-08-16Adds ruamel.yaml instead of pyyamlmahesh
- Preserves escape characters - Adds ruamel.yaml in requirements
2017-08-03Modifies UI for questions sectionmahesh
2017-04-04Kills stray processes in code, hook and stdio evaluatormahesh
2017-03-09Add coverage:ankitjavalkar
- Add coverage prerequisite to requirements - Add coverage config file - Add coverage command to travis
2017-03-01Pin the version for selenium in requirements and setup.pyankitjavalkar
2016-10-03added separate requirements for py2 and py3adityacp