From 724563049c7958966b88176fd6565f398e2a84b9 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Sat, 8 Feb 2014 18:18:34 -0600 Subject: [PATCH] Add reference to permitted modules --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b62d30..a1e7808 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,10 @@ In general, I follow strict pep8 and pyflakes. All code must pass these tests. All code needs to support Python 2.4-3.4. +# Permitted Python Modules + +Only modules included in the standard library are permitted for use in this application. This application should not be dependent on any 3rd party modules that would need to be installed external to just Python itself. + # Testing Currently there are no unit tests, but they are planned.