From dca99d1f7528d590577f415c84f93788dda473f8 Mon Sep 17 00:00:00 2001 From: Vaibhav Sinha Date: Wed, 24 Jul 2019 09:37:48 +0530 Subject: [PATCH] Bump Django version in the README (#83) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb89560..420907b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Currently, the judge supports 5 languages: C, C++, Python, Go and Haskell but th ## Requirements -To run this application, you will require **Python 3.6 or above**. While we tested this primarily with Python 3.6 or above, we expect it to work for other Python versions > 3 that support Django 2.2.2. +To run this application, you will require **Python 3.6 or above**. While we tested this primarily with Python 3.6 or above, we expect it to work for other Python versions > 3 that support Django 2.2.3. Other primary requirements are specified in [requirements.txt](requirements.txt). To setup documentation locally, please check the requirements specified in [docs/requirements.txt](docs/requirements.txt).