Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a8d2c61..9611ffd 100644
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,8 @@ setup(name="pootle-it",
"translate-toolkit",
"lxml",
"pootle",
+ # GUNICORN
+ "gunicorn",
],
packages = find_packages('src'),
package_dir = {'': 'src'},