diff options
author | Prabhu Ramachandran | 2016-08-12 16:57:03 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2016-08-12 16:57:03 +0530 |
commit | 3738c8fefa8ac69508bb6daeee045c1f5ea0cb17 (patch) | |
tree | 5f5a82277e59b1e9c083065171aa6b5b1e59bc52 /requirements.txt | |
parent | 2b03aeb36fa333ea1644a248c742cf0c1df12a5f (diff) | |
download | online_test-3738c8fefa8ac69508bb6daeee045c1f5ea0cb17.tar.gz online_test-3738c8fefa8ac69508bb6daeee045c1f5ea0cb17.tar.bz2 online_test-3738c8fefa8ac69508bb6daeee045c1f5ea0cb17.zip |
Add test case for code server.
This currently fails when multiple threads ask for a code evaluation at
the same time.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 5438d8a..bea0017 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ mysql-python==1.2.5 django-taggit==0.18.1 pytz==2016.4 python-social-auth==0.2.19 +tornado |