From 6b8b9ba5ddbaba356cf5755bb7ab3e51ad348ffe Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Tue, 9 Nov 2021 19:38:34 +0500 Subject: [PATCH] feat: advertise constraints in setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 4fdd771d5..45584b949 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,8 @@ """CodeJail: manages execution of untrusted code in secure sandboxes.""" +import os +import re + from setuptools import setup with open('README.rst') as readme: