aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b618dd2f..bd4fbaa0 100644
--- a/setup.py
+++ b/setup.py
@@ -90,5 +90,6 @@ setup(
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: Proxy Servers",
"Topic :: Software Development :: Testing"
- ]
+ ],
+ install_requires=['urwid'],
)